#716E02

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

Shades of Olive #716E02

Tints of Olive #716E02

Color information

#716E02 (or 0x716E02) is unknown color: approx Olive. HEX triplet: 71, 6E and 02. RGB value is (113,110,2). Sum of RGB (Red+Green+Blue) = 113+110+2=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #716E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716E02 is #8E91FD. Grayscale: #636363. Windows color (decimal): -9343486 or 159345. OLE color: 159345.

HSL color Cylindrical-coordinate representation of color #716E02: hue angle of 58.38º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #716E02 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB1131102-
CMYK00.030.980.56
HSL58.38º96.52%22.55%-
HSV(B)58.38º98.23%44.31%-
XYZ12.414.672.24-
YUV98.5873.49138.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.22%
GREEN value IS 110 (43.36% from 255) = 48.89%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=50.22%
G=48.89%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113110200.030.980.5658.3896.5222.55
Hex716E20362383a6117
Octal161156203142707214127
Binary11100011101110100111100010111000111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716E02; }

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

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

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

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

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

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

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

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