#717302

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

Shades of Olive #717302

Tints of Olive #717302

Color information

#717302 (or 0x717302) is unknown color: approx Olive. HEX triplet: 71, 73 and 02. RGB value is (113,115,2). Sum of RGB (Red+Green+Blue) = 113+115+2=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #717302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717302 is #8E8CFD. Grayscale: #656565. Windows color (decimal): -9342206 or 160625. OLE color: 160625.

HSL color Cylindrical-coordinate representation of color #717302: hue angle of 61.06º 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 #717302 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB1131152-
CMYK0.0200.980.55
HSL61.06º96.58%22.94%-
HSV(B)61.06º98.26%45.1%-
XYZ12.9515.782.42-
YUV101.5271.84136.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 115 (45.31% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=49.13%
G=50%
B=0.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11311520.0200.980.5561.0696.5822.94
Hex717322062373d6117
Octal161163220142677514127
Binary11100011110011101001100010110111111101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717302; }

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

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

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

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

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

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

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

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