#816F01

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

Shades of Olive #816F01

Tints of Olive #816F01

Color information

#816F01 (or 0x816F01) is unknown color: approx Olive. HEX triplet: 81, 6F and 01. RGB value is (129,111,1). Sum of RGB (Red+Green+Blue) = 129+111+1=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #816F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816F01 is #7E90FE. Grayscale: #686868. Windows color (decimal): -8294655 or 94081. OLE color: 94081.

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

Color convert

RGB1291111-
CMYK00.140.990.49
HSL51.56º98.46%25.49%-
HSV(B)51.56º99.22%50.59%-
XYZ14.7416.042.35-
YUV103.8469.96145.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.53%
GREEN value IS 111 (43.75% from 255) = 46.06%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=53.53%
G=46.06%
B=0.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129111100.140.990.4951.5698.4625.49
Hex816F10E6331346219
Octal2011571016143616414231
Binary1000000111011111011101100011110001110100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,111,1); }

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

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

 a { background-color: rgb(129,111,1); }

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

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

 span { border-color: rgb(129,111,1); }

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