Html Css Color HEX #858000 Olive

📋 copy color: '#858000'

red 133 ◦ green 128 ◦ blue 0

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

Shades of Olive #858000

Tints of Olive #858000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.04%

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

R = 50.96%
G = 49.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#858000 (or 0x858000) is known color: Olive. HEX triplet: 85, 80 and 00. RGB value is (133,128,0). Sum of RGB (Red+Green+Blue) = 133+128+0=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #858000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858000 is #7A7FFF. Grayscale: #737373. Windows color (decimal): -8028160 or 32901. OLE color: 32901.

HSL color Cylindrical-coordinate representation of color #858000: hue angle of 57.74º 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 #858000 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 128 0 -
CMYK 0 0.04 1 0.48
HSL 57.74º 1% 0.26% -
HSV(B) 57.74º 1% 0.52% -
XYZ 17.39 20.42 3.03 -
YUV 114.9 63.16 140.91 -
System Red Green Blue C M Y K H S L
Decimal 133 128 0 0 0.04 1 0.48 57.74 1 0.26
Hex 85 80 0 0 4 64 30 3A 64 1A
Octal 205 200 0 0 4 144 60 72 144 32
Binary 10000101 10000000 0 0 100 1100100 110000 111010 1100100 11010

Color Harmonies of #858000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858000

Black with #858000

Text Example


Text Example

White with #858000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858000; }

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

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

background-color css

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

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

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

border-color css

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

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

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