Html Css Color HEX #849608 Olive

📋 copy color: '#849608'

red 132 ◦ green 150 ◦ blue 8

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

Shades of Olive #849608

Tints of Olive #849608

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.72%

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

R = 45.52%
G = 51.72%
B = 2.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#849608 (or 0x849608) is known color: Olive. HEX triplet: 84, 96 and 08. RGB value is (132,150,8). Sum of RGB (Red+Green+Blue) = 132+150+8=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #849608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849608 is #7B69F7. Grayscale: #808080. Windows color (decimal): -8088056 or 562820. OLE color: 562820.

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

Color convert

RGB 132 150 8 -
CMYK 0.12 0 0.95 0.41
HSL 67.61º 0.9% 0.31% -
HSV(B) 67.61º 0.95% 0.59% -
XYZ 20.47 26.74 4.31 -
YUV 128.43 60.04 130.55 -
System Red Green Blue C M Y K H S L
Decimal 132 150 8 0.12 0 0.95 0.41 67.61 0.9 0.31
Hex 84 96 8 C 0 5F 29 44 5A 1F
Octal 204 226 10 14 0 137 51 104 132 37
Binary 10000100 10010110 1000 1100 0 1011111 101001 1000100 1011010 11111

Color Harmonies of #849608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849608

Black with #849608

Text Example


Text Example

White with #849608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849608; }

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

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

background-color css

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

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

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

border-color css

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

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

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