#717203

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

Shades of Olive #717203

Tints of Olive #717203

Color information

#717203 (or 0x717203) is unknown color: approx Olive. HEX triplet: 71, 72 and 03. RGB value is (113,114,3). Sum of RGB (Red+Green+Blue) = 113+114+3=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #717203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717203 is #8E8DFC. Grayscale: #656565. Windows color (decimal): -9342461 or 225905. OLE color: 225905.

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

Color convert

RGB1131143-
CMYK0.0100.970.55
HSL60.54º94.87%22.94%-
HSV(B)60.54º97.37%44.71%-
XYZ12.8415.552.41-
YUV101.0572.67136.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 114 (44.92% from 255) = 49.57%
BLUE value IS 3 (1.56% from 255) = 1.30%
R=49.13%
G=49.57%
B=1.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11311430.0100.970.5560.5494.8722.94
Hex717231061373d5f17
Octal161162310141677513727
Binary1110001111001011101100001110111111101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717203; }

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

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

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

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

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

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

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

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