#8B830C

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

Shades of Olive #8B830C

Tints of Olive #8B830C

Color information

#8B830C (or 0x8B830C) is unknown color: approx Olive. HEX triplet: 8B, 83 and 0C. RGB value is (139,131,12). Sum of RGB (Red+Green+Blue) = 139+131+12=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B830C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B830C is #747CF3. Grayscale: #787878. Windows color (decimal): -7634164 or 820107. OLE color: 820107.

HSL color Cylindrical-coordinate representation of color #8B830C: hue angle of 56.22º 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 #8B830C is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB13913112-
CMYK00.060.910.45
HSL56.22º84.11%29.61%-
HSV(B)56.22º91.37%54.51%-
XYZ18.8321.753.55-
YUV119.8367.15141.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.29%
GREEN value IS 131 (51.56% from 255) = 46.45%
BLUE value IS 12 (5.08% from 255) = 4.26%
R=49.29%
G=46.45%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391311200.060.910.4556.2284.1129.61
Hex8B83C065B2D38541e
Octal2132031406133557012436
Binary1000101110000011110001101011011101101111000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B830C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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