Html Css Color HEX #859A00 Olive

📋 copy color: '#859A00'

red 133 ◦ green 154 ◦ blue 0

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

Shades of Olive #859A00

Tints of Olive #859A00

RGB

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

 GREEN value IS 154 (60.55% from 255) = 53.66%

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

R = 46.34%
G = 53.66%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#859A00 (or 0x859A00) is known color: Olive. HEX triplet: 85, 9A and 00. RGB value is (133,154,0). Sum of RGB (Red+Green+Blue) = 133+154+0=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 154 (60.55% from 255 or 53.66% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 154 - color contains mainly: green. Hex color #859A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859A00 is #7A65FF. Grayscale: #828282. Windows color (decimal): -8021504 or 39557. OLE color: 39557.

HSL color Cylindrical-coordinate representation of color #859A00: hue angle of 68.18º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #859A00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 154 0 -
CMYK 0.14 0 1 0.40
HSL 68.18º 1% 0.3% -
HSV(B) 68.18º 1% 0.6% -
XYZ 21.23 28.1 4.3 -
YUV 130.17 54.54 130.02 -
System Red Green Blue C M Y K H S L
Decimal 133 154 0 0.14 0 1 0.40 68.18 1 0.3
Hex 85 9A 0 E 0 64 28 44 64 1E
Octal 205 232 0 16 0 144 50 104 144 36
Binary 10000101 10011010 0 1110 0 1100100 101000 1000100 1100100 11110

Color Harmonies of #859A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859A00

Black with #859A00

Text Example


Text Example

White with #859A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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