#847912

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

Shades of Olive #847912

Tints of Olive #847912

Color information

#847912 (or 0x847912) is unknown color: approx Olive. HEX triplet: 84, 79 and 12. RGB value is (132,121,18). Sum of RGB (Red+Green+Blue) = 132+121+18=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #847912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847912 is #7B86ED. Grayscale: #707070. Windows color (decimal): -8095470 or 1210756. OLE color: 1210756.

HSL color Cylindrical-coordinate representation of color #847912: hue angle of 54.21º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #847912 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB13212118-
CMYK00.080.860.48
HSL54.21º76%29.41%-
HSV(B)54.21º86.36%51.76%-
XYZ16.4618.623.3-
YUV112.5574.64141.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 121 (47.66% from 255) = 44.65%
BLUE value IS 18 (7.42% from 255) = 6.64%
R=48.71%
G=44.65%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321211800.080.860.4854.217629.41
Hex847912085630364c1d
Octal20417122010126606611435
Binary10000100111100110010010001010110110000110110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847912; }

 p { color: rgb(132,121,18); }

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

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

 a { background-color: rgb(132,121,18); }

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

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

 span { border-color: rgb(132,121,18); }

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