#847B0D

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

Shades of Olive #847B0D

Tints of Olive #847B0D

Color information

#847B0D (or 0x847B0D) is unknown color: approx Olive. HEX triplet: 84, 7B and 0D. RGB value is (132,123,13). Sum of RGB (Red+Green+Blue) = 132+123+13=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #847B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847B0D is #7B84F2. Grayscale: #717171. Windows color (decimal): -8094963 or 883588. OLE color: 883588.

HSL color Cylindrical-coordinate representation of color #847B0D: hue angle of 55.46º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #847B0D is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB13212313-
CMYK00.070.900.48
HSL55.46º82.07%28.43%-
HSV(B)55.46º90.15%51.76%-
XYZ16.6719.13.19-
YUV113.1571.48141.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 123 (48.44% from 255) = 45.90%
BLUE value IS 13 (5.47% from 255) = 4.85%
R=49.25%
G=45.90%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321231300.070.900.4855.4682.0728.43
Hex847BD075A3037521c
Octal2041731507132606712234
Binary100001001111011110101111011010110000110111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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