#717507

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

Shades of Olive #717507

Tints of Olive #717507

Color information

#717507 (or 0x717507) is unknown color: approx Olive. HEX triplet: 71, 75 and 07. RGB value is (113,117,7). Sum of RGB (Red+Green+Blue) = 113+117+7=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #717507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717507 is #8E8AF8. Grayscale: #676767. Windows color (decimal): -9341689 or 488817. OLE color: 488817.

HSL color Cylindrical-coordinate representation of color #717507: hue angle of 62.18º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #717507 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB1131177-
CMYK0.0300.940.54
HSL62.18º88.71%24.31%-
HSV(B)62.18º94.02%45.88%-
XYZ13.2116.252.64-
YUV103.2673.67134.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.68%
GREEN value IS 117 (46.09% from 255) = 49.37%
BLUE value IS 7 (3.12% from 255) = 2.95%
R=47.68%
G=49.37%
B=2.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11311770.0300.940.5462.1888.7124.31
Hex71757305E363e5918
Octal161165730136667613130
Binary111000111101011111101011110110110111110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717507; }

 p { color: rgb(113,117,7); }

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

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

 a { background-color: rgb(113,117,7); }

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

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

 span { border-color: rgb(113,117,7); }

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