Html Css Color HEX #859009 Olive

📋 copy color: '#859009'

red 133 ◦ green 144 ◦ blue 9

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

Shades of Olive #859009

Tints of Olive #859009

RGB

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

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

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

R = 46.5%
G = 50.35%
B = 3.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#859009 (or 0x859009) is known color: Olive. HEX triplet: 85, 90 and 09. RGB value is (133,144,9). Sum of RGB (Red+Green+Blue) = 133+144+9=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #859009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859009 is #7A6FF6. Grayscale: #7D7D7D. Windows color (decimal): -8024055 or 626821. OLE color: 626821.

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

Color convert

RGB 133 144 9 -
CMYK 0.08 0 0.94 0.44
HSL 64.89º 0.88% 0.3% -
HSV(B) 64.89º 0.94% 0.56% -
XYZ 19.7 24.95 4.04 -
YUV 125.32 62.36 133.48 -
System Red Green Blue C M Y K H S L
Decimal 133 144 9 0.08 0 0.94 0.44 64.89 0.88 0.3
Hex 85 90 9 8 0 5E 2C 41 58 1E
Octal 205 220 11 10 0 136 54 101 130 36
Binary 10000101 10010000 1001 1000 0 1011110 101100 1000001 1011000 11110

Color Harmonies of #859009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859009

Black with #859009

Text Example


Text Example

White with #859009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859009; }

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

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

background-color css

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

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

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

border-color css

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

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

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