Html Css Color HEX #859C00 Olive

📋 copy color: '#859C00'

red 133 ◦ green 156 ◦ blue 0

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

Shades of Olive #859C00

Tints of Olive #859C00

RGB

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

 GREEN value IS 156 (61.33% from 255) = 53.98%

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

R = 46.02%
G = 53.98%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.39

RGB Variations

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

Color information

#859C00 (or 0x859C00) is known color: Olive. HEX triplet: 85, 9C and 00. RGB value is (133,156,0). Sum of RGB (Red+Green+Blue) = 133+156+0=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 156 (61.33% from 255 or 53.98% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 156 - color contains mainly: green. Hex color #859C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859C00 is #7A63FF. Grayscale: #838383. Windows color (decimal): -8020992 or 40069. OLE color: 40069.

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

Color convert

RGB 133 156 0 -
CMYK 0.15 0 1 0.39
HSL 68.85º 1% 0.31% -
HSV(B) 68.85º 1% 0.61% -
XYZ 21.56 28.76 4.42 -
YUV 131.34 53.88 129.18 -
System Red Green Blue C M Y K H S L
Decimal 133 156 0 0.15 0 1 0.39 68.85 1 0.31
Hex 85 9C 0 F 0 64 27 45 64 1F
Octal 205 234 0 17 0 144 47 105 144 37
Binary 10000101 10011100 0 1111 0 1100100 100111 1000101 1100100 11111

Color Harmonies of #859C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859C00

Black with #859C00

Text Example


Text Example

White with #859C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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