#816B03

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

Shades of Olive #816B03

Tints of Olive #816B03

Color information

#816B03 (or 0x816B03) is unknown color: approx Olive. HEX triplet: 81, 6B and 03. RGB value is (129,107,3). Sum of RGB (Red+Green+Blue) = 129+107+3=239 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.97% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 129 - color contains mainly: red. Hex color #816B03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816B03 is #7E94FC. Grayscale: #666666. Windows color (decimal): -8295677 or 224129. OLE color: 224129.

HSL color Cylindrical-coordinate representation of color #816B03: hue angle of 49.52º degrees, saturation: 0.95, 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 #816B03 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB1291073-
CMYK00.170.980.49
HSL49.52º95.45%25.88%-
HSV(B)49.52º97.67%50.59%-
XYZ14.3315.192.26-
YUV101.7272.29147.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.97%
GREEN value IS 107 (42.19% from 255) = 44.77%
BLUE value IS 3 (1.56% from 255) = 1.26%
R=53.97%
G=44.77%
B=1.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129107300.170.980.4949.5295.4525.88
Hex816B30116231325f1a
Octal2011533021142616213732
Binary100000011101011110100011100010110001110010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,107,3); }

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

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

 a { background-color: rgb(129,107,3); }

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

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

 span { border-color: rgb(129,107,3); }

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