#717C09

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

Shades of Olive #717C09

Tints of Olive #717C09

Color information

#717C09 (or 0x717C09) is unknown color: approx Olive. HEX triplet: 71, 7C and 09. RGB value is (113,124,9). Sum of RGB (Red+Green+Blue) = 113+124+9=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #717C09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717C09 is #8E83F6. Grayscale: #6C6C6C. Windows color (decimal): -9339895 or 621681. OLE color: 621681.

HSL color Cylindrical-coordinate representation of color #717C09: hue angle of 65.74º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #717C09 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB1131249-
CMYK0.0900.930.51
HSL65.74º86.47%26.08%-
HSV(B)65.74º92.74%48.63%-
XYZ14.0717.952.98-
YUV107.672.36131.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.93%
GREEN value IS 124 (48.83% from 255) = 50.41%
BLUE value IS 9 (3.91% from 255) = 3.66%
R=45.93%
G=50.41%
B=3.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11312490.0900.930.5165.7486.4726.08
Hex717C9905D3342561a
Octal161174111101356310212632
Binary1110001111110010011001010111011100111000010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717C09; }

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

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

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

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

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

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

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

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