#847207

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

Shades of Olive #847207

Tints of Olive #847207

Color information

#847207 (or 0x847207) is unknown color: approx Olive. HEX triplet: 84, 72 and 07. RGB value is (132,114,7). Sum of RGB (Red+Green+Blue) = 132+114+7=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #847207 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847207 is #7B8DF8. Grayscale: #6B6B6B. Windows color (decimal): -8097273 or 488068. OLE color: 488068.

HSL color Cylindrical-coordinate representation of color #847207: hue angle of 51.36º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #847207 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB1321147-
CMYK00.140.950.48
HSL51.36º89.93%27.25%-
HSV(B)51.36º94.7%51.76%-
XYZ15.5716.962.65-
YUV107.1871.46145.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.17%
GREEN value IS 114 (44.92% from 255) = 45.06%
BLUE value IS 7 (3.12% from 255) = 2.77%
R=52.17%
G=45.06%
B=2.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132114700.140.950.4851.3689.9327.25
Hex847270E5F30335a1b
Octal2041627016137606313233
Binary100001001110010111011101011111110000110011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847207; }

 p { color: rgb(132,114,7); }

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

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

 a { background-color: rgb(132,114,7); }

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

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

 span { border-color: rgb(132,114,7); }

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