Html Css Color HEX #758309 Olive

📋 copy color: '#758309'

red 117 ◦ green 131 ◦ blue 9

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

Shades of Olive #758309

Tints of Olive #758309

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.97%

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

R = 45.53%
G = 50.97%
B = 3.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#758309 (or 0x758309) is known color: Olive. HEX triplet: 75, 83 and 09. RGB value is (117,131,9). Sum of RGB (Red+Green+Blue) = 117+131+9=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #758309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758309 is #8A7CF6. Grayscale: #717171. Windows color (decimal): -9075959 or 623477. OLE color: 623477.

HSL color Cylindrical-coordinate representation of color #758309: hue angle of 66.89º 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 #758309 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 131 9 -
CMYK 0.11 0 0.93 0.49
HSL 66.89º 0.87% 0.27% -
HSV(B) 66.89º 0.93% 0.51% -
XYZ 15.5 20.03 3.31 -
YUV 112.91 69.36 130.92 -
System Red Green Blue C M Y K H S L
Decimal 117 131 9 0.11 0 0.93 0.49 66.89 0.87 0.27
Hex 75 83 9 B 0 5D 31 43 57 1B
Octal 165 203 11 13 0 135 61 103 127 33
Binary 1110101 10000011 1001 1011 0 1011101 110001 1000011 1010111 11011

Color Harmonies of #758309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758309

Black with #758309

Text Example


Text Example

White with #758309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758309; }

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

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

background-color css

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

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

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

border-color css

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

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

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