Html Css Color HEX #859400 Olive

📋 copy color: '#859400'

red 133 ◦ green 148 ◦ blue 0

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

Shades of Olive #859400

Tints of Olive #859400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.67%

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

R = 47.33%
G = 52.67%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#859400 (or 0x859400) is known color: Olive. HEX triplet: 85, 94 and 00. RGB value is (133,148,0). Sum of RGB (Red+Green+Blue) = 133+148+0=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #859400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859400 is #7A6BFF. Grayscale: #7F7F7F. Windows color (decimal): -8023040 or 38021. OLE color: 38021.

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

Color convert

RGB 133 148 0 -
CMYK 0.10 0 1 0.42
HSL 66.08º 1% 0.29% -
HSV(B) 66.08º 1% 0.58% -
XYZ 20.26 26.17 3.98 -
YUV 126.64 56.53 132.53 -
System Red Green Blue C M Y K H S L
Decimal 133 148 0 0.10 0 1 0.42 66.08 1 0.29
Hex 85 94 0 A 0 64 2A 42 64 1D
Octal 205 224 0 12 0 144 52 102 144 35
Binary 10000101 10010100 0 1010 0 1100100 101010 1000010 1100100 11101

Color Harmonies of #859400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859400

Black with #859400

Text Example


Text Example

White with #859400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859400; }

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

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

background-color css

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

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

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

border-color css

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

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

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