Html Css Color HEX #84890E Olive

📋 copy color: '#84890E'

red 132 ◦ green 137 ◦ blue 14

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

Shades of Olive #84890E

Tints of Olive #84890E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.41%

 BLUE value IS 14 (5.86% from 255) = 4.95%

R = 46.64%
G = 48.41%
B = 4.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#84890E (or 0x84890E) is known color: Olive. HEX triplet: 84, 89 and 0E. RGB value is (132,137,14). Sum of RGB (Red+Green+Blue) = 132+137+14=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #84890E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84890E is #7B76F1. Grayscale: #797979. Windows color (decimal): -8091378 or 952708. OLE color: 952708.

HSL color Cylindrical-coordinate representation of color #84890E: hue angle of 62.44º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84890E is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB 132 137 14 -
CMYK 0.04 0 0.90 0.46
HSL 62.44º 0.81% 0.3% -
HSV(B) 62.44º 0.9% 0.54% -
XYZ 18.54 22.83 3.84 -
YUV 121.48 67.34 135.5 -
System Red Green Blue C M Y K H S L
Decimal 132 137 14 0.04 0 0.90 0.46 62.44 0.81 0.3
Hex 84 89 E 4 0 5A 2E 3E 51 1E
Octal 204 211 16 4 0 132 56 76 121 36
Binary 10000100 10001001 1110 100 0 1011010 101110 111110 1010001 11110

Color Harmonies of #84890E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84890E

Black with #84890E

Text Example


Text Example

White with #84890E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84890E; }

 p { color: rgb(132,137,14); }

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

background-color css

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

 a { background-color: rgb(132,137,14); }

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

border-color css

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

 span { border-color: rgb(132,137,14); }

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