Html Css Color HEX #768409 Olive

📋 copy color: '#768409'

red 118 ◦ green 132 ◦ blue 9

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

Shades of Olive #768409

Tints of Olive #768409

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.97%

 BLUE value IS 9 (3.91% from 255) = 3.47%

R = 45.56%
G = 50.97%
B = 3.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#768409 (or 0x768409) is known color: Olive. HEX triplet: 76, 84 and 09. RGB value is (118,132,9). Sum of RGB (Red+Green+Blue) = 118+132+9=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #768409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768409 is #897BF6. Grayscale: #727272. Windows color (decimal): -9010167 or 623734. OLE color: 623734.

HSL color Cylindrical-coordinate representation of color #768409: hue angle of 66.83º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #768409 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 132 9 -
CMYK 0.11 0 0.93 0.48
HSL 66.83º 0.87% 0.28% -
HSV(B) 66.83º 0.93% 0.52% -
XYZ 15.77 20.37 3.36 -
YUV 113.79 68.86 131 -
System Red Green Blue C M Y K H S L
Decimal 118 132 9 0.11 0 0.93 0.48 66.83 0.87 0.28
Hex 76 84 9 B 0 5D 30 43 57 1C
Octal 166 204 11 13 0 135 60 103 127 34
Binary 1110110 10000100 1001 1011 0 1011101 110000 1000011 1010111 11100

Color Harmonies of #768409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768409

Black with #768409

Text Example


Text Example

White with #768409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768409; }

 p { color: rgb(118,132,9); }

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

background-color css

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

 a { background-color: rgb(118,132,9); }

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

border-color css

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

 span { border-color: rgb(118,132,9); }

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