Html Css Color HEX #858500 Olive

📋 copy color: '#858500'

red 133 ◦ green 133 ◦ blue 0

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

Shades of Olive #858500

Tints of Olive #858500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50%

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

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#858500 (or 0x858500) is known color: Olive. HEX triplet: 85, 85 and 00. RGB value is (133,133,0). Sum of RGB (Red+Green+Blue) = 133+133+0=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858500 is #7A7AFF. Grayscale: #767676. Windows color (decimal): -8026880 or 34181. OLE color: 34181.

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

Color convert

RGB 133 133 0 -
CMYK 0 0 1 0.48
HSL 60º 1% 0.26% -
HSV(B) 60º 1% 0.52% -
XYZ 18.06 21.76 3.25 -
YUV 117.84 61.5 138.81 -
System Red Green Blue C M Y K H S L
Decimal 133 133 0 0 0 1 0.48 60 1 0.26
Hex 85 85 0 0 0 64 30 3C 64 1A
Octal 205 205 0 0 0 144 60 74 144 32
Binary 10000101 10000101 0 0 0 1100100 110000 111100 1100100 11010

Color Harmonies of #858500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858500

Black with #858500

Text Example


Text Example

White with #858500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858500; }

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

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

background-color css

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

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

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

border-color css

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

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

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