Html Css Color HEX #759010 Olive Drab

📋 copy color: '#759010'

red 117 ◦ green 144 ◦ blue 16

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

Shades of Olive Drab #759010

Tints of Olive Drab #759010

RGB

 RED value IS 117 (46.09% from 255) = 42.24%

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

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

R = 42.24%
G = 51.99%
B = 5.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#759010 (or 0x759010) is known color: Olive Drab. HEX triplet: 75, 90 and 10. RGB value is (117,144,16). Sum of RGB (Red+Green+Blue) = 117+144+16=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #759010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759010 is #8A6FEF. Grayscale: #797979. Windows color (decimal): -9072624 or 1085557. OLE color: 1085557.

HSL color Cylindrical-coordinate representation of color #759010: hue angle of 72.66º 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 #759010 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 16 -
CMYK 0.19 0 0.89 0.44
HSL 72.66º 0.8% 0.31% -
HSV(B) 72.66º 0.89% 0.56% -
XYZ 17.4 23.77 4.16 -
YUV 121.34 68.55 124.91 -
System Red Green Blue C M Y K H S L
Decimal 117 144 16 0.19 0 0.89 0.44 72.66 0.8 0.31
Hex 75 90 10 13 0 59 2C 49 50 1F
Octal 165 220 20 23 0 131 54 111 120 37
Binary 1110101 10010000 10000 10011 0 1011001 101100 1001001 1010000 11111

Color Harmonies of #759010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759010

Black with #759010

Text Example


Text Example

White with #759010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759010; }

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

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

background-color css

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

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

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

border-color css

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

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

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