Html Css Color HEX #859D00 Olive

📋 copy color: '#859D00'

red 133 ◦ green 157 ◦ blue 0

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

Shades of Olive #859D00

Tints of Olive #859D00

RGB

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

 GREEN value IS 157 (61.72% from 255) = 54.14%

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

R = 45.86%
G = 54.14%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#859D00 (or 0x859D00) is known color: Olive. HEX triplet: 85, 9D and 00. RGB value is (133,157,0). Sum of RGB (Red+Green+Blue) = 133+157+0=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 157 (61.72% from 255 or 54.14% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 157 - color contains mainly: green. Hex color #859D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859D00 is #7A62FF. Grayscale: #848484. Windows color (decimal): -8020736 or 40325. OLE color: 40325.

HSL color Cylindrical-coordinate representation of color #859D00: hue angle of 69.17º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #859D00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 157 0 -
CMYK 0.15 0 1 0.38
HSL 69.17º 1% 0.31% -
HSV(B) 69.17º 1% 0.62% -
XYZ 21.73 29.1 4.47 -
YUV 131.93 53.55 128.77 -
System Red Green Blue C M Y K H S L
Decimal 133 157 0 0.15 0 1 0.38 69.17 1 0.31
Hex 85 9D 0 F 0 64 26 45 64 1F
Octal 205 235 0 17 0 144 46 105 144 37
Binary 10000101 10011101 0 1111 0 1100100 100110 1000101 1100100 11111

Color Harmonies of #859D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859D00

Black with #859D00

Text Example


Text Example

White with #859D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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