Html Css Color HEX #859005 Olive

📋 copy color: '#859005'

red 133 ◦ green 144 ◦ blue 5

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

Shades of Olive #859005

Tints of Olive #859005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 47.16%
G = 51.06%
B = 1.77%

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

#859005 (or 0x859005) is known color: Olive. HEX triplet: 85, 90 and 05. RGB value is (133,144,5). Sum of RGB (Red+Green+Blue) = 133+144+5=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #859005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859005 is #7A6FFA. Grayscale: #7D7D7D. Windows color (decimal): -8024059 or 364677. OLE color: 364677.

HSL color Cylindrical-coordinate representation of color #859005: hue angle of 64.75º degrees, saturation: 0.93, 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 #859005 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 144 5 -
CMYK 0.08 0 0.97 0.44
HSL 64.75º 0.93% 0.29% -
HSV(B) 64.75º 0.97% 0.56% -
XYZ 19.67 24.94 3.92 -
YUV 124.87 60.36 133.8 -
System Red Green Blue C M Y K H S L
Decimal 133 144 5 0.08 0 0.97 0.44 64.75 0.93 0.29
Hex 85 90 5 8 0 61 2C 41 5D 1D
Octal 205 220 5 10 0 141 54 101 135 35
Binary 10000101 10010000 101 1000 0 1100001 101100 1000001 1011101 11101

Color Harmonies of #859005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859005

Black with #859005

Text Example


Text Example

White with #859005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859005; }

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

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

background-color css

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

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

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

border-color css

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

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

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