#717F02

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

Shades of Olive #717F02

Tints of Olive #717F02

Color information

#717F02 (or 0x717F02) is unknown color: approx Olive. HEX triplet: 71, 7F and 02. RGB value is (113,127,2). Sum of RGB (Red+Green+Blue) = 113+127+2=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 127 (50% from 255 or 52.48% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 127 - color contains mainly: green. Hex color #717F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717F02 is #8E80FD. Grayscale: #6D6D6D. Windows color (decimal): -9339134 or 163697. OLE color: 163697.

HSL color Cylindrical-coordinate representation of color #717F02: hue angle of 66.72º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #717F02 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB1131272-
CMYK0.1100.980.50
HSL66.72º96.9%25.29%-
HSV(B)66.72º98.43%49.8%-
XYZ14.4118.692.91-
YUV108.5667.86131.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 127 (50% from 255) = 52.48%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=46.69%
G=52.48%
B=0.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11312720.1100.980.5066.7296.925.29
Hex717F2B06232436119
Octal16117721301426210314131
Binary11100011111111101011011000101100101000011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717F02; }

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

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

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

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

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

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

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

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