#848D0C

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

Shades of Olive #848D0C

Tints of Olive #848D0C

Color information

#848D0C (or 0x848D0C) is unknown color: approx Olive. HEX triplet: 84, 8D and 0C. RGB value is (132,141,12). Sum of RGB (Red+Green+Blue) = 132+141+12=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 141 (55.47% from 255 or 49.47% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 141 - color contains mainly: green. Hex color #848D0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848D0C is #7B72F3. Grayscale: #7C7C7C. Windows color (decimal): -8090356 or 822660. OLE color: 822660.

HSL color Cylindrical-coordinate representation of color #848D0C: hue angle of 64.19º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #848D0C is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB13214112-
CMYK0.0600.910.45
HSL64.19º84.31%30%-
HSV(B)64.19º91.49%55.29%-
XYZ19.1123.983.97-
YUV123.665.02133.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 141 (55.47% from 255) = 49.47%
BLUE value IS 12 (5.08% from 255) = 4.21%
R=46.32%
G=49.47%
B=4.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132141120.0600.910.4564.1984.3130
Hex848DC605B2D40541e
Octal20421514601335510012436
Binary10000100100011011100110010110111011011000000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848D0C; }

 p { color: rgb(132,141,12); }

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

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

 a { background-color: rgb(132,141,12); }

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

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

 span { border-color: rgb(132,141,12); }

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