Html Css Color HEX #759109 Olive

📋 copy color: '#759109'

red 117 ◦ green 145 ◦ blue 9

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

Shades of Olive #759109

Tints of Olive #759109

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.51%

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

R = 43.17%
G = 53.51%
B = 3.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#759109 (or 0x759109) is known color: Olive. HEX triplet: 75, 91 and 09. RGB value is (117,145,9). Sum of RGB (Red+Green+Blue) = 117+145+9=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #759109 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759109 is #8A6EF6. Grayscale: #797979. Windows color (decimal): -9072375 or 627061. OLE color: 627061.

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

Color convert

RGB 117 145 9 -
CMYK 0.19 0 0.94 0.43
HSL 72.35º 0.88% 0.3% -
HSV(B) 72.35º 0.94% 0.57% -
XYZ 17.51 24.05 3.98 -
YUV 121.12 64.72 125.06 -
System Red Green Blue C M Y K H S L
Decimal 117 145 9 0.19 0 0.94 0.43 72.35 0.88 0.3
Hex 75 91 9 13 0 5E 2B 48 58 1E
Octal 165 221 11 23 0 136 53 110 130 36
Binary 1110101 10010001 1001 10011 0 1011110 101011 1001000 1011000 11110

Color Harmonies of #759109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759109

Black with #759109

Text Example


Text Example

White with #759109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759109; }

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

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

background-color css

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

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

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

border-color css

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

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

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