Html Css Color HEX #84760E Olive

📋 copy color: '#84760E'

red 132 ◦ green 118 ◦ blue 14

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

Shades of Olive #84760E

Tints of Olive #84760E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.7%

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

R = 50%
G = 44.7%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84760E (or 0x84760E) is known color: Olive. HEX triplet: 84, 76 and 0E. RGB value is (132,118,14). Sum of RGB (Red+Green+Blue) = 132+118+14=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #84760E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84760E is #7B89F1. Grayscale: #6E6E6E. Windows color (decimal): -8096242 or 947844. OLE color: 947844.

HSL color Cylindrical-coordinate representation of color #84760E: hue angle of 52.88º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84760E is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 118 14 -
CMYK 0 0.11 0.89 0.48
HSL 52.88º 0.81% 0.29% -
HSV(B) 52.88º 0.89% 0.52% -
XYZ 16.07 17.89 3.02 -
YUV 110.33 73.64 143.46 -
System Red Green Blue C M Y K H S L
Decimal 132 118 14 0 0.11 0.89 0.48 52.88 0.81 0.29
Hex 84 76 E 0 B 59 30 35 51 1D
Octal 204 166 16 0 13 131 60 65 121 35
Binary 10000100 1110110 1110 0 1011 1011001 110000 110101 1010001 11101

Color Harmonies of #84760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84760E

Black with #84760E

Text Example


Text Example

White with #84760E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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