Html Css Color HEX #759409 Olive Drab

📋 copy color: '#759409'

red 117 ◦ green 148 ◦ blue 9

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

Shades of Olive Drab #759409

Tints of Olive Drab #759409

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.01%

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

R = 42.7%
G = 54.01%
B = 3.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#759409 (or 0x759409) is known color: Olive Drab. HEX triplet: 75, 94 and 09. RGB value is (117,148,9). Sum of RGB (Red+Green+Blue) = 117+148+9=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #759409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759409 is #8A6BF6. Grayscale: #7B7B7B. Windows color (decimal): -9071607 or 627829. OLE color: 627829.

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

Color convert

RGB 117 148 9 -
CMYK 0.21 0 0.94 0.42
HSL 73.38º 0.89% 0.31% -
HSV(B) 73.38º 0.94% 0.58% -
XYZ 17.98 24.98 4.13 -
YUV 122.89 63.73 123.8 -
System Red Green Blue C M Y K H S L
Decimal 117 148 9 0.21 0 0.94 0.42 73.38 0.89 0.31
Hex 75 94 9 15 0 5E 2A 49 59 1F
Octal 165 224 11 25 0 136 52 111 131 37
Binary 1110101 10010100 1001 10101 0 1011110 101010 1001001 1011001 11111

Color Harmonies of #759409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759409

Black with #759409

Text Example


Text Example

White with #759409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759409; }

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

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

background-color css

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

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

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

border-color css

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

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

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