Html Css Color HEX #759609 Olive Drab

📋 copy color: '#759609'

red 117 ◦ green 150 ◦ blue 9

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

Shades of Olive Drab #759609

Tints of Olive Drab #759609

RGB

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

 GREEN value IS 150 (58.98% from 255) = 54.35%

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

R = 42.39%
G = 54.35%
B = 3.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#759609 (or 0x759609) is known color: Olive Drab. HEX triplet: 75, 96 and 09. RGB value is (117,150,9). Sum of RGB (Red+Green+Blue) = 117+150+9=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 150 (58.98% from 255 or 54.35% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 150 - color contains mainly: green. Hex color #759609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759609 is #8A69F6. Grayscale: #7C7C7C. Windows color (decimal): -9071095 or 628341. OLE color: 628341.

HSL color Cylindrical-coordinate representation of color #759609: hue angle of 74.04º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #759609 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 150 9 -
CMYK 0.22 0 0.94 0.41
HSL 74.04º 0.89% 0.31% -
HSV(B) 74.04º 0.94% 0.59% -
XYZ 18.29 25.61 4.24 -
YUV 124.06 63.07 122.96 -
System Red Green Blue C M Y K H S L
Decimal 117 150 9 0.22 0 0.94 0.41 74.04 0.89 0.31
Hex 75 96 9 16 0 5E 29 4A 59 1F
Octal 165 226 11 26 0 136 51 112 131 37
Binary 1110101 10010110 1001 10110 0 1011110 101001 1001010 1011001 11111

Color Harmonies of #759609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759609

Black with #759609

Text Example


Text Example

White with #759609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759609; }

 p { color: rgb(117,150,9); }

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

background-color css

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

 a { background-color: rgb(117,150,9); }

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

border-color css

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

 span { border-color: rgb(117,150,9); }

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