Html Css Color HEX #849508 Olive

📋 copy color: '#849508'

red 132 ◦ green 149 ◦ blue 8

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

Shades of Olive #849508

Tints of Olive #849508

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.56%

 BLUE value IS 8 (3.52% from 255) = 2.77%

R = 45.67%
G = 51.56%
B = 2.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#849508 (or 0x849508) is known color: Olive. HEX triplet: 84, 95 and 08. RGB value is (132,149,8). Sum of RGB (Red+Green+Blue) = 132+149+8=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #849508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849508 is #7B6AF7. Grayscale: #808080. Windows color (decimal): -8088312 or 562564. OLE color: 562564.

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

Color convert

RGB 132 149 8 -
CMYK 0.11 0 0.95 0.42
HSL 67.23º 0.9% 0.31% -
HSV(B) 67.23º 0.95% 0.58% -
XYZ 20.31 26.42 4.26 -
YUV 127.84 60.37 130.96 -
System Red Green Blue C M Y K H S L
Decimal 132 149 8 0.11 0 0.95 0.42 67.23 0.9 0.31
Hex 84 95 8 B 0 5F 2A 43 5A 1F
Octal 204 225 10 13 0 137 52 103 132 37
Binary 10000100 10010101 1000 1011 0 1011111 101010 1000011 1011010 11111

Color Harmonies of #849508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849508

Black with #849508

Text Example


Text Example

White with #849508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849508; }

 p { color: rgb(132,149,8); }

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

background-color css

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

 a { background-color: rgb(132,149,8); }

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

border-color css

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

 span { border-color: rgb(132,149,8); }

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