Html Css Color HEX #758909 Olive

📋 copy color: '#758909'

red 117 ◦ green 137 ◦ blue 9

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

Shades of Olive #758909

Tints of Olive #758909

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.09%

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

R = 44.49%
G = 52.09%
B = 3.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#758909 (or 0x758909) is known color: Olive. HEX triplet: 75, 89 and 09. RGB value is (117,137,9). Sum of RGB (Red+Green+Blue) = 117+137+9=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #758909 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758909 is #8A76F6. Grayscale: #747474. Windows color (decimal): -9074423 or 625013. OLE color: 625013.

HSL color Cylindrical-coordinate representation of color #758909: hue angle of 69.38º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #758909 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 137 9 -
CMYK 0.15 0 0.93 0.46
HSL 69.38º 0.88% 0.29% -
HSV(B) 69.38º 0.93% 0.54% -
XYZ 16.33 21.69 3.58 -
YUV 116.43 67.37 128.41 -
System Red Green Blue C M Y K H S L
Decimal 117 137 9 0.15 0 0.93 0.46 69.38 0.88 0.29
Hex 75 89 9 F 0 5D 2E 45 58 1D
Octal 165 211 11 17 0 135 56 105 130 35
Binary 1110101 10001001 1001 1111 0 1011101 101110 1000101 1011000 11101

Color Harmonies of #758909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758909

Black with #758909

Text Example


Text Example

White with #758909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758909; }

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

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

background-color css

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

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

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

border-color css

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

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

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