Html Css Color HEX #757008 Olive

📋 copy color: '#757008'

red 117 ◦ green 112 ◦ blue 8

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

Shades of Olive #757008

Tints of Olive #757008

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.26%

 BLUE value IS 8 (3.52% from 255) = 3.38%

R = 49.37%
G = 47.26%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#757008 (or 0x757008) is known color: Olive. HEX triplet: 75, 70 and 08. RGB value is (117,112,8). Sum of RGB (Red+Green+Blue) = 117+112+8=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #757008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757008 is #8A8FF7. Grayscale: #666666. Windows color (decimal): -9080824 or 553077. OLE color: 553077.

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

Color convert

RGB 117 112 8 -
CMYK 0 0.04 0.93 0.54
HSL 57.25º 0.87% 0.25% -
HSV(B) 57.25º 0.93% 0.46% -
XYZ 13.17 15.39 2.51 -
YUV 101.64 75.16 138.96 -
System Red Green Blue C M Y K H S L
Decimal 117 112 8 0 0.04 0.93 0.54 57.25 0.87 0.25
Hex 75 70 8 0 4 5D 36 39 57 19
Octal 165 160 10 0 4 135 66 71 127 31
Binary 1110101 1110000 1000 0 100 1011101 110110 111001 1010111 11001

Color Harmonies of #757008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757008

Black with #757008

Text Example


Text Example

White with #757008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757008; }

 p { color: rgb(117,112,8); }

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

background-color css

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

 a { background-color: rgb(117,112,8); }

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

border-color css

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

 span { border-color: rgb(117,112,8); }

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