#8B780C

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

Shades of Olive #8B780C

Tints of Olive #8B780C

Color information

#8B780C (or 0x8B780C) is unknown color: approx Olive. HEX triplet: 8B, 78 and 0C. RGB value is (139,120,12). Sum of RGB (Red+Green+Blue) = 139+120+12=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B780C is #7487F3. Grayscale: #717171. Windows color (decimal): -7636980 or 817291. OLE color: 817291.

HSL color Cylindrical-coordinate representation of color #8B780C: hue angle of 51.02º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B780C is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB13912012-
CMYK00.140.910.45
HSL51.02º84.11%29.61%-
HSV(B)51.02º91.37%54.51%-
XYZ17.4318.953.09-
YUV113.3770.79146.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.29%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 12 (5.08% from 255) = 4.43%
R=51.29%
G=44.28%
B=4.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391201200.140.910.4551.0284.1129.61
Hex8B78C0E5B2D33541e
Octal21317014016133556312436
Binary1000101111110001100011101011011101101110011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B780C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B780C; }

 p { color: rgb(139,120,12); }

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

<style>
 a { background-color: #8B780C; }

 a { background-color: rgb(139,120,12); }

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

<style>
 span { border-color: #8B780C; }

 span { border-color: rgb(139,120,12); }

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