#848D10

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

Shades of Olive #848D10

Tints of Olive #848D10

Color information

#848D10 (or 0x848D10) is unknown color: approx Olive. HEX triplet: 84, 8D and 10. RGB value is (132,141,16). Sum of RGB (Red+Green+Blue) = 132+141+16=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 141 (55.47% from 255 or 48.79% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 141 - color contains mainly: green. Hex color #848D10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848D10 is #7B72EF. Grayscale: #7C7C7C. Windows color (decimal): -8090352 or 1084804. OLE color: 1084804.

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

Color convert

RGB13214116-
CMYK0.0600.890.45
HSL64.32º79.62%30.78%-
HSV(B)64.32º88.65%55.29%-
XYZ19.1323.994.11-
YUV124.0667.02133.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.67%
GREEN value IS 141 (55.47% from 255) = 48.79%
BLUE value IS 16 (6.64% from 255) = 5.54%
R=45.67%
G=48.79%
B=5.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132141160.0600.890.4564.3279.6230.78
Hex848D1060592D40501f
Octal20421520601315510012037
Binary100001001000110110000110010110011011011000000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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