#717402

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

Shades of Olive #717402

Tints of Olive #717402

Color information

#717402 (or 0x717402) is unknown color: approx Olive. HEX triplet: 71, 74 and 02. RGB value is (113,116,2). Sum of RGB (Red+Green+Blue) = 113+116+2=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #717402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717402 is #8E8BFD. Grayscale: #666666. Windows color (decimal): -9341950 or 160881. OLE color: 160881.

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

Color convert

RGB1131162-
CMYK0.0300.980.55
HSL61.58º96.61%23.14%-
HSV(B)61.58º98.28%45.49%-
XYZ13.0716.012.46-
YUV102.1171.51135.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 116 (45.70% from 255) = 50.22%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=48.92%
G=50.22%
B=0.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11311620.0300.980.5561.5896.6123.14
Hex717423062373e6117
Octal161164230142677614127
Binary11100011110100101101100010110111111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717402; }

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

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

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

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

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

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

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

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