Html Css Color HEX #758209 Olive

📋 copy color: '#758209'

red 117 ◦ green 130 ◦ blue 9

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

Shades of Olive #758209

Tints of Olive #758209

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.78%

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

R = 45.7%
G = 50.78%
B = 3.52%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#758209 (or 0x758209) is known color: Olive. HEX triplet: 75, 82 and 09. RGB value is (117,130,9). Sum of RGB (Red+Green+Blue) = 117+130+9=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #758209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758209 is #8A7DF6. Grayscale: #707070. Windows color (decimal): -9076215 or 623221. OLE color: 623221.

HSL color Cylindrical-coordinate representation of color #758209: hue angle of 66.45º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #758209 is Cyan = 0.1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 9 -
CMYK 0.1 0 0.93 0.49
HSL 66.45º 0.87% 0.27% -
HSV(B) 66.45º 0.93% 0.51% -
XYZ 15.37 19.77 3.26 -
YUV 112.32 69.69 131.34 -
System Red Green Blue C M Y K H S L
Decimal 117 130 9 0.1 0 0.93 0.49 66.45 0.87 0.27
Hex 75 82 9 A 0 5D 31 42 57 1B
Octal 165 202 11 12 0 135 61 102 127 33
Binary 1110101 10000010 1001 1010 0 1011101 110001 1000010 1010111 11011

Color Harmonies of #758209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758209

Black with #758209

Text Example


Text Example

White with #758209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758209; }

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

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

background-color css

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

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

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

border-color css

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

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

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