#816E02

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

Shades of Olive #816E02

Tints of Olive #816E02

Color information

#816E02 (or 0x816E02) is unknown color: approx Olive. HEX triplet: 81, 6E and 02. RGB value is (129,110,2). Sum of RGB (Red+Green+Blue) = 129+110+2=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #816E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816E02 is #7E91FD. Grayscale: #676767. Windows color (decimal): -8294910 or 159361. OLE color: 159361.

HSL color Cylindrical-coordinate representation of color #816E02: hue angle of 51.02º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #816E02 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB1291102-
CMYK00.150.980.49
HSL51.02º96.95%25.69%-
HSV(B)51.02º98.45%50.59%-
XYZ14.6415.822.34-
YUV103.3770.79146.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.53%
GREEN value IS 110 (43.36% from 255) = 45.64%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=53.53%
G=45.64%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129110200.150.980.4951.0296.9525.69
Hex816E20F623133611a
Octal2011562017142616314132
Binary10000001110111010011111100010110001110011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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