#81740B

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

Shades of Olive #81740B

Tints of Olive #81740B

Color information

#81740B (or 0x81740B) is unknown color: approx Olive. HEX triplet: 81, 74 and 0B. RGB value is (129,116,11). Sum of RGB (Red+Green+Blue) = 129+116+11=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #81740B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81740B is #7E8BF4. Grayscale: #6C6C6C. Windows color (decimal): -8293365 or 750721. OLE color: 750721.

HSL color Cylindrical-coordinate representation of color #81740B: hue angle of 53.39º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81740B is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB12911611-
CMYK00.100.910.49
HSL53.39º84.29%27.45%-
HSV(B)53.39º91.47%50.59%-
XYZ15.3617.182.82-
YUV107.9273.31143.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.39%
GREEN value IS 116 (45.70% from 255) = 45.31%
BLUE value IS 11 (4.69% from 255) = 4.30%
R=50.39%
G=45.31%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291161100.100.910.4953.3984.2927.45
Hex8174B0A5B3135541b
Octal20116413012133616512433
Binary1000000111101001011010101011011110001110101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81740B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81740B; }

 p { color: rgb(129,116,11); }

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

<style>
 a { background-color: #81740B; }

 a { background-color: rgb(129,116,11); }

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

<style>
 span { border-color: #81740B; }

 span { border-color: rgb(129,116,11); }

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