#847D0D

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

Shades of Olive #847D0D

Tints of Olive #847D0D

Color information

#847D0D (or 0x847D0D) is unknown color: approx Olive. HEX triplet: 84, 7D and 0D. RGB value is (132,125,13). Sum of RGB (Red+Green+Blue) = 132+125+13=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #847D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847D0D is #7B82F2. Grayscale: #727272. Windows color (decimal): -8094451 or 884100. OLE color: 884100.

HSL color Cylindrical-coordinate representation of color #847D0D: hue angle of 56.47º 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 #847D0D is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB13212513-
CMYK00.050.900.48
HSL56.47º82.07%28.43%-
HSV(B)56.47º90.15%51.76%-
XYZ16.9219.63.27-
YUV114.3270.82140.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.89%
GREEN value IS 125 (49.22% from 255) = 46.30%
BLUE value IS 13 (5.47% from 255) = 4.81%
R=48.89%
G=46.30%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321251300.050.900.4856.4782.0728.43
Hex847DD055A3038521c
Octal2041751505132607012234
Binary100001001111101110101011011010110000111000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847D0D; }

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

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

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

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

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

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

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

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