Html Css Color HEX #859409 Olive

📋 copy color: '#859409'

red 133 ◦ green 148 ◦ blue 9

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

Shades of Olive #859409

Tints of Olive #859409

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.03%

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

R = 45.86%
G = 51.03%
B = 3.1%

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

#859409 (or 0x859409) is known color: Olive. HEX triplet: 85, 94 and 09. RGB value is (133,148,9). Sum of RGB (Red+Green+Blue) = 133+148+9=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #859409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859409 is #7A6BF6. Grayscale: #808080. Windows color (decimal): -8023031 or 627845. OLE color: 627845.

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

Color convert

RGB 133 148 9 -
CMYK 0.10 0 0.94 0.42
HSL 66.47º 0.89% 0.31% -
HSV(B) 66.47º 0.94% 0.58% -
XYZ 20.31 26.19 4.24 -
YUV 127.67 61.03 131.8 -
System Red Green Blue C M Y K H S L
Decimal 133 148 9 0.10 0 0.94 0.42 66.47 0.89 0.31
Hex 85 94 9 A 0 5E 2A 42 59 1F
Octal 205 224 11 12 0 136 52 102 131 37
Binary 10000101 10010100 1001 1010 0 1011110 101010 1000010 1011001 11111

Color Harmonies of #859409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859409

Black with #859409

Text Example


Text Example

White with #859409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859409; }

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

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

background-color css

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

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

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

border-color css

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

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

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