#847B0F

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

Shades of Olive #847B0F

Tints of Olive #847B0F

Color information

#847B0F (or 0x847B0F) is unknown color: approx Olive. HEX triplet: 84, 7B and 0F. RGB value is (132,123,15). Sum of RGB (Red+Green+Blue) = 132+123+15=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 123 (48.44% from 255 or 45.56% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #847B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847B0F is #7B84F0. Grayscale: #717171. Windows color (decimal): -8094961 or 1014660. OLE color: 1014660.

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

Color convert

RGB13212315-
CMYK00.070.890.48
HSL55.38º79.59%28.82%-
HSV(B)55.38º88.64%51.76%-
XYZ16.6819.113.26-
YUV113.3872.48141.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.89%
GREEN value IS 123 (48.44% from 255) = 45.56%
BLUE value IS 15 (6.25% from 255) = 5.56%
R=48.89%
G=45.56%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321231500.070.890.4855.3879.5928.82
Hex847BF07593037501d
Octal2041731707131606712035
Binary100001001111011111101111011001110000110111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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