#857C05

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

Shades of Olive #857C05

Tints of Olive #857C05

Color information

#857C05 (or 0x857C05) is unknown color: approx Olive. HEX triplet: 85, 7C and 05. RGB value is (133,124,5). Sum of RGB (Red+Green+Blue) = 133+124+5=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #857C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857C05 is #7A83FA. Grayscale: #717171. Windows color (decimal): -8029179 or 359557. OLE color: 359557.

HSL color Cylindrical-coordinate representation of color #857C05: hue angle of 55.78º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #857C05 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB1331245-
CMYK00.070.960.48
HSL55.78º92.75%27.06%-
HSV(B)55.78º96.24%52.16%-
XYZ16.9119.413-
YUV113.1266.98142.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.76%
GREEN value IS 124 (48.83% from 255) = 47.33%
BLUE value IS 5 (2.34% from 255) = 1.91%
R=50.76%
G=47.33%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133124500.070.960.4855.7892.7527.06
Hex857C5076030385d1b
Octal205174507140607013533
Binary10000101111110010101111100000110000111000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,124,5); }

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

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

 a { background-color: rgb(133,124,5); }

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

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

 span { border-color: rgb(133,124,5); }

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