#81710C

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

Shades of Olive #81710C

Tints of Olive #81710C

Color information

#81710C (or 0x81710C) is unknown color: approx Olive. HEX triplet: 81, 71 and 0C. RGB value is (129,113,12). Sum of RGB (Red+Green+Blue) = 129+113+12=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #81710C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81710C is #7E8EF3. Grayscale: #6A6A6A. Windows color (decimal): -8294132 or 815489. OLE color: 815489.

HSL color Cylindrical-coordinate representation of color #81710C: hue angle of 51.79º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81710C is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB12911312-
CMYK00.120.910.49
HSL51.79º82.98%27.65%-
HSV(B)51.79º90.7%50.59%-
XYZ15.0216.52.74-
YUV106.2774.8144.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.79%
GREEN value IS 113 (44.53% from 255) = 44.49%
BLUE value IS 12 (5.08% from 255) = 4.72%
R=50.79%
G=44.49%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291131200.120.910.4951.7982.9827.65
Hex8171C0C5B3134531c
Octal20116114014133616412334
Binary1000000111100011100011001011011110001110100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81710C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81710C; }

 p { color: rgb(129,113,12); }

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

<style>
 a { background-color: #81710C; }

 a { background-color: rgb(129,113,12); }

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

<style>
 span { border-color: #81710C; }

 span { border-color: rgb(129,113,12); }

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