Html Css Color HEX #859404 Olive

📋 copy color: '#859404'

red 133 ◦ green 148 ◦ blue 4

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

Shades of Olive #859404

Tints of Olive #859404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.4%

R = 46.67%
G = 51.93%
B = 1.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#859404 (or 0x859404) is known color: Olive. HEX triplet: 85, 94 and 04. RGB value is (133,148,4). Sum of RGB (Red+Green+Blue) = 133+148+4=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #859404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859404 is #7A6BFB. Grayscale: #7F7F7F. Windows color (decimal): -8023036 or 300165. OLE color: 300165.

HSL color Cylindrical-coordinate representation of color #859404: hue angle of 66.25º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #859404 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 148 4 -
CMYK 0.10 0 0.97 0.42
HSL 66.25º 0.95% 0.3% -
HSV(B) 66.25º 0.97% 0.58% -
XYZ 20.28 26.18 4.1 -
YUV 127.1 58.53 132.21 -
System Red Green Blue C M Y K H S L
Decimal 133 148 4 0.10 0 0.97 0.42 66.25 0.95 0.3
Hex 85 94 4 A 0 61 2A 42 5F 1E
Octal 205 224 4 12 0 141 52 102 137 36
Binary 10000101 10010100 100 1010 0 1100001 101010 1000010 1011111 11110

Color Harmonies of #859404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859404

Black with #859404

Text Example


Text Example

White with #859404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859404; }

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

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

background-color css

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

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

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

border-color css

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

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

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