#716D02

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

Shades of Olive #716D02

Tints of Olive #716D02

Color information

#716D02 (or 0x716D02) is unknown color: approx Olive. HEX triplet: 71, 6D and 02. RGB value is (113,109,2). Sum of RGB (Red+Green+Blue) = 113+109+2=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 109 (42.97% from 255 or 48.66% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #716D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716D02 is #8E92FD. Grayscale: #626262. Windows color (decimal): -9343742 or 159089. OLE color: 159089.

HSL color Cylindrical-coordinate representation of color #716D02: hue angle of 57.84º 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 #716D02 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB1131092-
CMYK00.040.980.56
HSL57.84º96.52%22.55%-
HSV(B)57.84º98.23%44.31%-
XYZ12.2914.452.2-
YUV9873.83138.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 109 (42.97% from 255) = 48.66%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=50.45%
G=48.66%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113109200.040.980.5657.8496.5222.55
Hex716D20462383a6117
Octal161155204142707214127
Binary111000111011011001001100010111000111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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