#847300

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

Shades of Olive #847300

Tints of Olive #847300

Color information

#847300 (or 0x847300) is unknown color: approx Olive. HEX triplet: 84, 73 and 00. RGB value is (132,115,0). Sum of RGB (Red+Green+Blue) = 132+115+0=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #847300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847300 is #7B8CFF. Grayscale: #6B6B6B. Windows color (decimal): -8097024 or 29572. OLE color: 29572.

HSL color Cylindrical-coordinate representation of color #847300: hue angle of 52.27º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #847300 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB1321150-
CMYK00.1310.48
HSL52.27º100%25.88%-
HSV(B)52.27º100%51.76%-
XYZ15.6517.172.49-
YUV106.9767.63145.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.44%
GREEN value IS 115 (45.31% from 255) = 46.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.44%
G=46.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132115000.1310.4852.2710025.88
Hex847300D643034641a
Octal2041630015144606414432
Binary1000010011100110011011100100110000110100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847300; }

 p { color: rgb(132,115,0); }

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

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

 a { background-color: rgb(132,115,0); }

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

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

 span { border-color: rgb(132,115,0); }

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