#847C0F

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

Shades of Olive #847C0F

Tints of Olive #847C0F

Color information

#847C0F (or 0x847C0F) is unknown color: approx Olive. HEX triplet: 84, 7C and 0F. RGB value is (132,124,15). Sum of RGB (Red+Green+Blue) = 132+124+15=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #847C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847C0F is #7B83F0. Grayscale: #727272. Windows color (decimal): -8094705 or 1014916. OLE color: 1014916.

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

Color convert

RGB13212415-
CMYK00.060.890.48
HSL55.9º79.59%28.82%-
HSV(B)55.9º88.64%51.76%-
XYZ16.8119.363.3-
YUV113.9772.15140.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 124 (48.83% from 255) = 45.76%
BLUE value IS 15 (6.25% from 255) = 5.54%
R=48.71%
G=45.76%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321241500.060.890.4855.979.5928.82
Hex847CF06593038501d
Octal2041741706131607012035
Binary100001001111100111101101011001110000111000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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