Html Css Color HEX #858100 Olive

📋 copy color: '#858100'

red 133 ◦ green 129 ◦ blue 0

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

Shades of Olive #858100

Tints of Olive #858100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.24%

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

R = 50.76%
G = 49.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#858100 (or 0x858100) is known color: Olive. HEX triplet: 85, 81 and 00. RGB value is (133,129,0). Sum of RGB (Red+Green+Blue) = 133+129+0=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #858100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858100 is #7A7EFF. Grayscale: #747474. Windows color (decimal): -8027904 or 33157. OLE color: 33157.

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

Color convert

RGB 133 129 0 -
CMYK 0 0.03 1 0.48
HSL 58.2º 1% 0.26% -
HSV(B) 58.2º 1% 0.52% -
XYZ 17.52 20.69 3.07 -
YUV 115.49 62.83 140.49 -
System Red Green Blue C M Y K H S L
Decimal 133 129 0 0 0.03 1 0.48 58.2 1 0.26
Hex 85 81 0 0 3 64 30 3A 64 1A
Octal 205 201 0 0 3 144 60 72 144 32
Binary 10000101 10000001 0 0 11 1100100 110000 111010 1100100 11010

Color Harmonies of #858100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858100

Black with #858100

Text Example


Text Example

White with #858100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858100; }

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

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

background-color css

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

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

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

border-color css

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

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

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