#717202

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

Shades of Olive #717202

Tints of Olive #717202

Color information

#717202 (or 0x717202) is unknown color: approx Olive. HEX triplet: 71, 72 and 02. RGB value is (113,114,2). Sum of RGB (Red+Green+Blue) = 113+114+2=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #717202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717202 is #8E8DFD. Grayscale: #656565. Windows color (decimal): -9342462 or 160369. OLE color: 160369.

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

Color convert

RGB1131142-
CMYK0.0100.980.55
HSL60.54º96.55%22.75%-
HSV(B)60.54º98.25%44.71%-
XYZ12.8415.552.38-
YUV100.9372.17136.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.34%
GREEN value IS 114 (44.92% from 255) = 49.78%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=49.34%
G=49.78%
B=0.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11311420.0100.980.5560.5496.5522.75
Hex717221062373d6117
Octal161162210142677514127
Binary1110001111001010101100010110111111101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717202; }

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

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

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

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

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

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

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

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