#757808

Color #757808 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #757808

Tints of Olive #757808

Color information

#757808 (or 0x757808) is unknown color: approx Olive. HEX triplet: 75, 78 and 08. RGB value is (117,120,8). Sum of RGB (Red+Green+Blue) = 117+120+8=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #757808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757808 is #8A87F7. Grayscale: #6A6A6A. Windows color (decimal): -9078776 or 555125. OLE color: 555125.

HSL color Cylindrical-coordinate representation of color #757808: hue angle of 61.61º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #757808 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB1171208-
CMYK0.0200.930.53
HSL61.61º87.5%25.1%-
HSV(B)61.61º93.33%47.06%-
XYZ14.117.232.81-
YUV106.3472.51135.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 8 (3.52% from 255) = 3.27%
R=47.76%
G=48.98%
B=3.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11712080.0200.930.5361.6187.525.1
Hex75788205D353e5819
Octal1651701020135657613031
Binary1110101111100010001001011101110101111110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757808; }

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

 H1.HeaderClassName
 {
   color: #757808;
 }
 .AnyTagClassName
 {
   color: #757808;
 }
</style>
background-color css

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

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

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

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

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

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