Html Css Color HEX #769009 Olive

📋 copy color: '#769009'

red 118 ◦ green 144 ◦ blue 9

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

Shades of Olive #769009

Tints of Olive #769009

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.14%

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

R = 43.54%
G = 53.14%
B = 3.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#769009 (or 0x769009) is known color: Olive. HEX triplet: 76, 90 and 09. RGB value is (118,144,9). Sum of RGB (Red+Green+Blue) = 118+144+9=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #769009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769009 is #896FF6. Grayscale: #797979. Windows color (decimal): -9007095 or 626806. OLE color: 626806.

HSL color Cylindrical-coordinate representation of color #769009: hue angle of 71.56º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #769009 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 9 -
CMYK 0.18 0 0.94 0.44
HSL 71.56º 0.88% 0.3% -
HSV(B) 71.56º 0.94% 0.56% -
XYZ 17.49 23.82 3.93 -
YUV 120.84 64.89 125.98 -
System Red Green Blue C M Y K H S L
Decimal 118 144 9 0.18 0 0.94 0.44 71.56 0.88 0.3
Hex 76 90 9 12 0 5E 2C 48 58 1E
Octal 166 220 11 22 0 136 54 110 130 36
Binary 1110110 10010000 1001 10010 0 1011110 101100 1001000 1011000 11110

Color Harmonies of #769009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769009

Black with #769009

Text Example


Text Example

White with #769009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769009; }

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

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

background-color css

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

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

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

border-color css

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

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

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