Html Css Color HEX #859305 Olive

📋 copy color: '#859305'

red 133 ◦ green 147 ◦ blue 5

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

Shades of Olive #859305

Tints of Olive #859305

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.58%

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

R = 46.67%
G = 51.58%
B = 1.75%

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

#859305 (or 0x859305) is known color: Olive. HEX triplet: 85, 93 and 05. RGB value is (133,147,5). Sum of RGB (Red+Green+Blue) = 133+147+5=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #859305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859305 is #7A6CFA. Grayscale: #7F7F7F. Windows color (decimal): -8023291 or 365445. OLE color: 365445.

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

Color convert

RGB 133 147 5 -
CMYK 0.10 0 0.97 0.42
HSL 65.92º 0.93% 0.3% -
HSV(B) 65.92º 0.97% 0.58% -
XYZ 20.13 25.86 4.07 -
YUV 126.63 59.36 132.55 -
System Red Green Blue C M Y K H S L
Decimal 133 147 5 0.10 0 0.97 0.42 65.92 0.93 0.3
Hex 85 93 5 A 0 61 2A 42 5D 1E
Octal 205 223 5 12 0 141 52 102 135 36
Binary 10000101 10010011 101 1010 0 1100001 101010 1000010 1011101 11110

Color Harmonies of #859305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859305

Black with #859305

Text Example


Text Example

White with #859305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859305; }

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

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

background-color css

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

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

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

border-color css

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

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

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