Html Css Color HEX #858400 Olive

📋 copy color: '#858400'

red 133 ◦ green 132 ◦ blue 0

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

Shades of Olive #858400

Tints of Olive #858400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.81%

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

R = 50.19%
G = 49.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#858400 (or 0x858400) is known color: Olive. HEX triplet: 85, 84 and 00. RGB value is (133,132,0). Sum of RGB (Red+Green+Blue) = 133+132+0=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #858400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858400 is #7A7BFF. Grayscale: #757575. Windows color (decimal): -8027136 or 33925. OLE color: 33925.

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

Color convert

RGB 133 132 0 -
CMYK 0 0.01 1 0.48
HSL 59.55º 1% 0.26% -
HSV(B) 59.55º 1% 0.52% -
XYZ 17.92 21.49 3.2 -
YUV 117.25 61.83 139.23 -
System Red Green Blue C M Y K H S L
Decimal 133 132 0 0 0.01 1 0.48 59.55 1 0.26
Hex 85 84 0 0 1 64 30 3C 64 1A
Octal 205 204 0 0 1 144 60 74 144 32
Binary 10000101 10000100 0 0 1 1100100 110000 111100 1100100 11010

Color Harmonies of #858400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858400

Black with #858400

Text Example


Text Example

White with #858400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858400; }

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

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

background-color css

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

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

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

border-color css

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

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

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