#81740A

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

Shades of Olive #81740A

Tints of Olive #81740A

Color information

#81740A (or 0x81740A) is unknown color: approx Olive. HEX triplet: 81, 74 and 0A. RGB value is (129,116,10). Sum of RGB (Red+Green+Blue) = 129+116+10=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #81740A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81740A is #7E8BF5. Grayscale: #6C6C6C. Windows color (decimal): -8293366 or 685185. OLE color: 685185.

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

Color convert

RGB12911610-
CMYK00.100.920.49
HSL53.45º85.61%27.25%-
HSV(B)53.45º92.25%50.59%-
XYZ15.3517.182.79-
YUV107.872.81143.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.59%
GREEN value IS 116 (45.70% from 255) = 45.49%
BLUE value IS 10 (4.30% from 255) = 3.92%
R=50.59%
G=45.49%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291161000.100.920.4953.4585.6127.25
Hex8174A0A5C3135561b
Octal20116412012134616512633
Binary1000000111101001010010101011100110001110101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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