#717206

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

Shades of Olive #717206

Tints of Olive #717206

Color information

#717206 (or 0x717206) is unknown color: approx Olive. HEX triplet: 71, 72 and 06. RGB value is (113,114,6). Sum of RGB (Red+Green+Blue) = 113+114+6=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #717206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717206 is #8E8DF9. Grayscale: #656565. Windows color (decimal): -9342458 or 422513. OLE color: 422513.

HSL color Cylindrical-coordinate representation of color #717206: hue angle of 60.56º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #717206 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB1131146-
CMYK0.0100.950.55
HSL60.56º90%23.53%-
HSV(B)60.56º94.74%44.71%-
XYZ12.8615.562.5-
YUV101.3974.17136.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.50%
GREEN value IS 114 (44.92% from 255) = 48.93%
BLUE value IS 6 (2.73% from 255) = 2.58%
R=48.50%
G=48.93%
B=2.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11311460.0100.950.5560.569023.53
Hex71726105F373d5a18
Octal161162610137677513230
Binary11100011110010110101011111110111111101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717206; }

 p { color: rgb(113,114,6); }

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

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

 a { background-color: rgb(113,114,6); }

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

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

 span { border-color: rgb(113,114,6); }

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