Html Css Color HEX #859309 Olive

📋 copy color: '#859309'

red 133 ◦ green 147 ◦ blue 9

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

Shades of Olive #859309

Tints of Olive #859309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.11%

R = 46.02%
G = 50.87%
B = 3.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#859309 (or 0x859309) is known color: Olive. HEX triplet: 85, 93 and 09. RGB value is (133,147,9). Sum of RGB (Red+Green+Blue) = 133+147+9=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #859309 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859309 is #7A6CF6. Grayscale: #7F7F7F. Windows color (decimal): -8023287 or 627589. OLE color: 627589.

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

Color convert

RGB 133 147 9 -
CMYK 0.10 0 0.94 0.42
HSL 66.09º 0.88% 0.31% -
HSV(B) 66.09º 0.94% 0.58% -
XYZ 20.16 25.87 4.19 -
YUV 127.08 61.36 132.22 -
System Red Green Blue C M Y K H S L
Decimal 133 147 9 0.10 0 0.94 0.42 66.09 0.88 0.31
Hex 85 93 9 A 0 5E 2A 42 58 1F
Octal 205 223 11 12 0 136 52 102 130 37
Binary 10000101 10010011 1001 1010 0 1011110 101010 1000010 1011000 11111

Color Harmonies of #859309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859309

Black with #859309

Text Example


Text Example

White with #859309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859309; }

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

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

background-color css

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

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

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

border-color css

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

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

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