Html Css Color HEX #859500 Olive

📋 copy color: '#859500'

red 133 ◦ green 149 ◦ blue 0

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

Shades of Olive #859500

Tints of Olive #859500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.84%

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

R = 47.16%
G = 52.84%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#859500 (or 0x859500) is known color: Olive. HEX triplet: 85, 95 and 00. RGB value is (133,149,0). Sum of RGB (Red+Green+Blue) = 133+149+0=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #859500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859500 is #7A6AFF. Grayscale: #7F7F7F. Windows color (decimal): -8022784 or 38277. OLE color: 38277.

HSL color Cylindrical-coordinate representation of color #859500: hue angle of 66.44º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #859500 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 149 0 -
CMYK 0.11 0 1 0.42
HSL 66.44º 1% 0.29% -
HSV(B) 66.44º 1% 0.58% -
XYZ 20.42 26.48 4.04 -
YUV 127.23 56.2 132.12 -
System Red Green Blue C M Y K H S L
Decimal 133 149 0 0.11 0 1 0.42 66.44 1 0.29
Hex 85 95 0 B 0 64 2A 42 64 1D
Octal 205 225 0 13 0 144 52 102 144 35
Binary 10000101 10010101 0 1011 0 1100100 101010 1000010 1100100 11101

Color Harmonies of #859500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859500

Black with #859500

Text Example


Text Example

White with #859500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859500; }

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

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

background-color css

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

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

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

border-color css

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

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

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