Html Css Color HEX #768310 Olive

📋 copy color: '#768310'

red 118 ◦ green 131 ◦ blue 16

#768310
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #768310

Tints of Olive #768310

RGB

 RED value IS 118 (46.48% from 255) = 44.53%

 GREEN value IS 131 (51.56% from 255) = 49.43%

 BLUE value IS 16 (6.64% from 255) = 6.04%

R = 44.53%
G = 49.43%
B = 6.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#768310 (or 0x768310) is known color: Olive. HEX triplet: 76, 83 and 10. RGB value is (118,131,16). Sum of RGB (Red+Green+Blue) = 118+131+16=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #768310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768310 is #897CEF. Grayscale: #727272. Windows color (decimal): -9010416 or 1082230. OLE color: 1082230.

HSL color Cylindrical-coordinate representation of color #768310: hue angle of 66.78º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #768310 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 131 16 -
CMYK 0.10 0 0.88 0.49
HSL 66.78º 0.78% 0.29% -
HSV(B) 66.78º 0.88% 0.51% -
XYZ 15.68 20.12 3.55 -
YUV 114 72.69 130.85 -
System Red Green Blue C M Y K H S L
Decimal 118 131 16 0.10 0 0.88 0.49 66.78 0.78 0.29
Hex 76 83 10 A 0 58 31 43 4E 1D
Octal 166 203 20 12 0 130 61 103 116 35
Binary 1110110 10000011 10000 1010 0 1011000 110001 1000011 1001110 11101

Color Harmonies of #768310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768310

Black with #768310

Text Example


Text Example

White with #768310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768310; }

 p { color: rgb(118,131,16); }

 H1.HeaderClassName
 {
   color: #768310;
 }
 .AnyTagClassName
 {
   color: #768310;
 }
</style>

background-color css

<style>
 a { background-color: #768310; }

 a { background-color: rgb(118,131,16); }

 div.DivClassName
 {
   background-color: #768310;
 }
 .BgClassName
 {
   background-color: #768310;
 }
</style>

border-color css

<style>
 span { border-color: #768310; }

 span { border-color: rgb(118,131,16); }

 td.TdClassName
 {
   border-color: #768310;
 }
 .TagClassName
 {
   border-color: #768310;
 }
</style>