Html Css Color HEX #768210 Olive

📋 copy color: '#768210'

red 118 ◦ green 130 ◦ blue 16

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

Shades of Olive #768210

Tints of Olive #768210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.24%

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

R = 44.7%
G = 49.24%
B = 6.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#768210 (or 0x768210) is known color: Olive. HEX triplet: 76, 82 and 10. RGB value is (118,130,16). Sum of RGB (Red+Green+Blue) = 118+130+16=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #768210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768210 is #897DEF. Grayscale: #717171. Windows color (decimal): -9010672 or 1081974. OLE color: 1081974.

HSL color Cylindrical-coordinate representation of color #768210: hue angle of 66.32º 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 #768210 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 130 16 -
CMYK 0.09 0 0.88 0.49
HSL 66.32º 0.78% 0.29% -
HSV(B) 66.32º 0.88% 0.51% -
XYZ 15.55 19.85 3.5 -
YUV 113.42 73.02 131.27 -
System Red Green Blue C M Y K H S L
Decimal 118 130 16 0.09 0 0.88 0.49 66.32 0.78 0.29
Hex 76 82 10 9 0 58 31 42 4E 1D
Octal 166 202 20 11 0 130 61 102 116 35
Binary 1110110 10000010 10000 1001 0 1011000 110001 1000010 1001110 11101

Color Harmonies of #768210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768210

Black with #768210

Text Example


Text Example

White with #768210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768210; }

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

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

background-color css

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

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

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

border-color css

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

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

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