#84750F

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

Shades of Olive #84750F

Tints of Olive #84750F

Color information

#84750F (or 0x84750F) is unknown color: approx Olive. HEX triplet: 84, 75 and 0F. RGB value is (132,117,15). Sum of RGB (Red+Green+Blue) = 132+117+15=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #84750F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84750F is #7B8AF0. Grayscale: #6E6E6E. Windows color (decimal): -8096497 or 1013124. OLE color: 1013124.

HSL color Cylindrical-coordinate representation of color #84750F: hue angle of 52.31º degrees, saturation: 0.8, 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 #84750F is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB13211715-
CMYK00.110.890.48
HSL52.31º79.59%28.82%-
HSV(B)52.31º88.64%51.76%-
XYZ15.9617.663.02-
YUV109.8674.47143.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 117 (46.09% from 255) = 44.32%
BLUE value IS 15 (6.25% from 255) = 5.68%
R=50%
G=44.32%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321171500.110.890.4852.3179.5928.82
Hex8475F0B593034501d
Octal20416517013131606412035
Binary1000010011101011111010111011001110000110100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84750F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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