Html Css Color HEX #859004 Olive

📋 copy color: '#859004'

red 133 ◦ green 144 ◦ blue 4

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

Shades of Olive #859004

Tints of Olive #859004

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.25%

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

R = 47.33%
G = 51.25%
B = 1.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#859004 (or 0x859004) is known color: Olive. HEX triplet: 85, 90 and 04. RGB value is (133,144,4). Sum of RGB (Red+Green+Blue) = 133+144+4=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #859004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859004 is #7A6FFB. Grayscale: #7D7D7D. Windows color (decimal): -8024060 or 299141. OLE color: 299141.

HSL color Cylindrical-coordinate representation of color #859004: hue angle of 64.71º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #859004 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 144 4 -
CMYK 0.08 0 0.97 0.44
HSL 64.71º 0.95% 0.29% -
HSV(B) 64.71º 0.97% 0.56% -
XYZ 19.67 24.94 3.89 -
YUV 124.75 59.86 133.88 -
System Red Green Blue C M Y K H S L
Decimal 133 144 4 0.08 0 0.97 0.44 64.71 0.95 0.29
Hex 85 90 4 8 0 61 2C 41 5F 1D
Octal 205 220 4 10 0 141 54 101 137 35
Binary 10000101 10010000 100 1000 0 1100001 101100 1000001 1011111 11101

Color Harmonies of #859004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859004

Black with #859004

Text Example


Text Example

White with #859004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859004; }

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

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

background-color css

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

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

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

border-color css

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

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

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