#717609

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

Shades of Olive #717609

Tints of Olive #717609

Color information

#717609 (or 0x717609) is unknown color: approx Olive. HEX triplet: 71, 76 and 09. RGB value is (113,118,9). Sum of RGB (Red+Green+Blue) = 113+118+9=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #717609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717609 is #8E89F6. Grayscale: #686868. Windows color (decimal): -9341431 or 620145. OLE color: 620145.

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

Color convert

RGB1131189-
CMYK0.0400.920.54
HSL62.75º85.83%24.9%-
HSV(B)62.75º92.37%46.27%-
XYZ13.3416.492.74-
YUV104.0874.34134.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.08%
GREEN value IS 118 (46.48% from 255) = 49.17%
BLUE value IS 9 (3.91% from 255) = 3.75%
R=47.08%
G=49.17%
B=3.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11311890.0400.920.5462.7585.8324.9
Hex71769405C363f5619
Octal1611661140134667712631
Binary11100011110110100110001011100110110111111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717609; }

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

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

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

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

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

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

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

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