Html Css Color HEX #769010 Olive Drab

📋 copy color: '#769010'

red 118 ◦ green 144 ◦ blue 16

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

Shades of Olive Drab #769010

Tints of Olive Drab #769010

RGB

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

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

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

R = 42.45%
G = 51.8%
B = 5.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#769010 (or 0x769010) is known color: Olive Drab. HEX triplet: 76, 90 and 10. RGB value is (118,144,16). Sum of RGB (Red+Green+Blue) = 118+144+16=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #769010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769010 is #896FEF. Grayscale: #7A7A7A. Windows color (decimal): -9007088 or 1085558. OLE color: 1085558.

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

Color convert

RGB 118 144 16 -
CMYK 0.18 0 0.89 0.44
HSL 72.19º 0.8% 0.31% -
HSV(B) 72.19º 0.89% 0.56% -
XYZ 17.54 23.84 4.17 -
YUV 121.63 68.39 125.41 -
System Red Green Blue C M Y K H S L
Decimal 118 144 16 0.18 0 0.89 0.44 72.19 0.8 0.31
Hex 76 90 10 12 0 59 2C 48 50 1F
Octal 166 220 20 22 0 131 54 110 120 37
Binary 1110110 10010000 10000 10010 0 1011001 101100 1001000 1010000 11111

Color Harmonies of #769010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769010

Black with #769010

Text Example


Text Example

White with #769010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769010; }

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

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

background-color css

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

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

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

border-color css

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

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

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