Html Css Color HEX #859504 Olive

📋 copy color: '#859504'

red 133 ◦ green 149 ◦ blue 4

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

Shades of Olive #859504

Tints of Olive #859504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.1%

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

R = 46.5%
G = 52.1%
B = 1.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#859504 (or 0x859504) is known color: Olive. HEX triplet: 85, 95 and 04. RGB value is (133,149,4). Sum of RGB (Red+Green+Blue) = 133+149+4=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #859504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859504 is #7A6AFB. Grayscale: #808080. Windows color (decimal): -8022780 or 300421. OLE color: 300421.

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

Color convert

RGB 133 149 4 -
CMYK 0.11 0 0.97 0.42
HSL 66.62º 0.95% 0.3% -
HSV(B) 66.62º 0.97% 0.58% -
XYZ 20.44 26.49 4.15 -
YUV 127.69 58.2 131.79 -
System Red Green Blue C M Y K H S L
Decimal 133 149 4 0.11 0 0.97 0.42 66.62 0.95 0.3
Hex 85 95 4 B 0 61 2A 43 5F 1E
Octal 205 225 4 13 0 141 52 103 137 36
Binary 10000101 10010101 100 1011 0 1100001 101010 1000011 1011111 11110

Color Harmonies of #859504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859504

Black with #859504

Text Example


Text Example

White with #859504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859504; }

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

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

background-color css

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

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

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

border-color css

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

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

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