#857B0C

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

Shades of Olive #857B0C

Tints of Olive #857B0C

Color information

#857B0C (or 0x857B0C) is unknown color: approx Olive. HEX triplet: 85, 7B and 0C. RGB value is (133,123,12). Sum of RGB (Red+Green+Blue) = 133+123+12=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #857B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857B0C is #7A84F3. Grayscale: #717171. Windows color (decimal): -8029428 or 818053. OLE color: 818053.

HSL color Cylindrical-coordinate representation of color #857B0C: hue angle of 55.04º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #857B0C is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB13312312-
CMYK00.080.910.48
HSL55.04º83.45%28.43%-
HSV(B)55.04º90.98%52.16%-
XYZ16.8219.183.16-
YUV113.3470.81142.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.63%
GREEN value IS 123 (48.44% from 255) = 45.90%
BLUE value IS 12 (5.08% from 255) = 4.48%
R=49.63%
G=45.90%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331231200.080.910.4855.0483.4528.43
Hex857BC085B3037531c
Octal20517314010133606712334
Binary1000010111110111100010001011011110000110111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857B0C; }

 p { color: rgb(133,123,12); }

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

<style>
 a { background-color: #857B0C; }

 a { background-color: rgb(133,123,12); }

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

<style>
 span { border-color: #857B0C; }

 span { border-color: rgb(133,123,12); }

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