Html Css Color HEX #849009 Olive

📋 copy color: '#849009'

red 132 ◦ green 144 ◦ blue 9

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

Shades of Olive #849009

Tints of Olive #849009

RGB

 RED value IS 132 (51.95% from 255) = 46.32%

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

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

R = 46.32%
G = 50.53%
B = 3.16%

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

#849009 (or 0x849009) is known color: Olive. HEX triplet: 84, 90 and 09. RGB value is (132,144,9). Sum of RGB (Red+Green+Blue) = 132+144+9=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #849009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849009 is #7B6FF6. Grayscale: #7D7D7D. Windows color (decimal): -8089591 or 626820. OLE color: 626820.

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

Color convert

RGB 132 144 9 -
CMYK 0.08 0 0.94 0.44
HSL 65.33º 0.88% 0.3% -
HSV(B) 65.33º 0.94% 0.56% -
XYZ 19.54 24.87 4.03 -
YUV 125.02 62.52 132.98 -
System Red Green Blue C M Y K H S L
Decimal 132 144 9 0.08 0 0.94 0.44 65.33 0.88 0.3
Hex 84 90 9 8 0 5E 2C 41 58 1E
Octal 204 220 11 10 0 136 54 101 130 36
Binary 10000100 10010000 1001 1000 0 1011110 101100 1000001 1011000 11110

Color Harmonies of #849009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849009

Black with #849009

Text Example


Text Example

White with #849009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849009; }

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

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

background-color css

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

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

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

border-color css

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

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

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