Html Css Color HEX #857000 Olive

📋 copy color: '#857000'

red 133 ◦ green 112 ◦ blue 0

#857000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #857000

Tints of Olive #857000

RGB

 RED value IS 133 (52.34% from 255) = 54.29%

 GREEN value IS 112 (44.14% from 255) = 45.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.29%
G = 45.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#857000 (or 0x857000) is known color: Olive. HEX triplet: 85, 70 and 00. RGB value is (133,112,0). Sum of RGB (Red+Green+Blue) = 133+112+0=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #857000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857000 is #7A8FFF. Grayscale: #696969. Windows color (decimal): -8032256 or 28805. OLE color: 28805.

HSL color Cylindrical-coordinate representation of color #857000: hue angle of 50.53º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #857000 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 112 0 -
CMYK 0 0.16 1 0.48
HSL 50.53º 1% 0.26% -
HSV(B) 50.53º 1% 0.52% -
XYZ 15.47 16.57 2.38 -
YUV 105.51 68.46 147.61 -
System Red Green Blue C M Y K H S L
Decimal 133 112 0 0 0.16 1 0.48 50.53 1 0.26
Hex 85 70 0 0 10 64 30 33 64 1A
Octal 205 160 0 0 20 144 60 63 144 32
Binary 10000101 1110000 0 0 10000 1100100 110000 110011 1100100 11010

Color Harmonies of #857000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857000

Black with #857000

Text Example


Text Example

White with #857000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857000; }

 p { color: rgb(133,112,0); }

 H1.HeaderClassName
 {
   color: #857000;
 }
 .AnyTagClassName
 {
   color: #857000;
 }
</style>

background-color css

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

 a { background-color: rgb(133,112,0); }

 div.DivClassName
 {
   background-color: #857000;
 }
 .BgClassName
 {
   background-color: #857000;
 }
</style>

border-color css

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

 span { border-color: rgb(133,112,0); }

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