#84750D

Color #84750D Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #84750D

Tints of Olive #84750D

Color information

#84750D (or 0x84750D) is unknown color: approx Olive. HEX triplet: 84, 75 and 0D. RGB value is (132,117,13). Sum of RGB (Red+Green+Blue) = 132+117+13=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #84750D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84750D is #7B8AF2. Grayscale: #6E6E6E. Windows color (decimal): -8096499 or 882052. OLE color: 882052.

HSL color Cylindrical-coordinate representation of color #84750D: hue angle of 52.44º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84750D is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB13211713-
CMYK00.110.900.48
HSL52.44º82.07%28.43%-
HSV(B)52.44º90.15%51.76%-
XYZ15.9517.662.95-
YUV109.6373.47143.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.38%
GREEN value IS 117 (46.09% from 255) = 44.66%
BLUE value IS 13 (5.47% from 255) = 4.96%
R=50.38%
G=44.66%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321171300.110.900.4852.4482.0728.43
Hex8475D0B5A3034521c
Octal20416515013132606412234
Binary1000010011101011101010111011010110000110100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84750D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84750D; }

 p { color: rgb(132,117,13); }

 H1.HeaderClassName
 {
   color: #84750D;
 }
 .AnyTagClassName
 {
   color: #84750D;
 }
</style>
background-color css

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

 a { background-color: rgb(132,117,13); }

 div.DivClassName
 {
   background-color: #84750D;
 }
 .BgClassName
 {
   background-color: #84750D;
 }
</style>
border-color css

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

 span { border-color: rgb(132,117,13); }

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