#717608

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

Shades of Olive #717608

Tints of Olive #717608

Color information

#717608 (or 0x717608) is unknown color: approx Olive. HEX triplet: 71, 76 and 08. RGB value is (113,118,8). Sum of RGB (Red+Green+Blue) = 113+118+8=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #717608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717608 is #8E89F7. Grayscale: #686868. Windows color (decimal): -9341432 or 554609. OLE color: 554609.

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

Color convert

RGB1131188-
CMYK0.0400.930.54
HSL62.73º87.3%24.71%-
HSV(B)62.73º93.22%46.27%-
XYZ13.3316.492.71-
YUV103.9673.84134.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 118 (46.48% from 255) = 49.37%
BLUE value IS 8 (3.52% from 255) = 3.35%
R=47.28%
G=49.37%
B=3.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11311880.0400.930.5462.7387.324.71
Hex71768405D363f5719
Octal1611661040135667712731
Binary11100011110110100010001011101110110111111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717608; }

 p { color: rgb(113,118,8); }

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

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

 a { background-color: rgb(113,118,8); }

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

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

 span { border-color: rgb(113,118,8); }

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