#86790C

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

Shades of Olive #86790C

Tints of Olive #86790C

Color information

#86790C (or 0x86790C) is unknown color: approx Olive. HEX triplet: 86, 79 and 0C. RGB value is (134,121,12). Sum of RGB (Red+Green+Blue) = 134+121+12=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #86790C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86790C is #7986F3. Grayscale: #707070. Windows color (decimal): -7964404 or 817542. OLE color: 817542.

HSL color Cylindrical-coordinate representation of color #86790C: hue angle of 53.61º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86790C is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB13412112-
CMYK00.100.910.47
HSL53.61º83.56%28.63%-
HSV(B)53.61º91.04%52.55%-
XYZ16.7418.773.09-
YUV112.4671.31143.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 121 (47.66% from 255) = 45.32%
BLUE value IS 12 (5.08% from 255) = 4.49%
R=50.19%
G=45.32%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341211200.100.910.4753.6183.5628.63
Hex8679C0A5B2F36541d
Octal20617114012133576612435
Binary1000011011110011100010101011011101111110110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86790C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,121,12); }

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

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

 a { background-color: rgb(134,121,12); }

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

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

 span { border-color: rgb(134,121,12); }

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