#848A10

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

Shades of Olive #848A10

Tints of Olive #848A10

Color information

#848A10 (or 0x848A10) is unknown color: approx Olive. HEX triplet: 84, 8A and 10. RGB value is (132,138,16). Sum of RGB (Red+Green+Blue) = 132+138+16=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #848A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848A10 is #7B75EF. Grayscale: #7A7A7A. Windows color (decimal): -8091120 or 1084036. OLE color: 1084036.

HSL color Cylindrical-coordinate representation of color #848A10: hue angle of 62.95º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #848A10 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB13213816-
CMYK0.0400.880.46
HSL62.95º79.22%30.2%-
HSV(B)62.95º88.41%54.12%-
XYZ18.723.123.97-
YUV122.368.01134.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.15%
GREEN value IS 138 (54.30% from 255) = 48.25%
BLUE value IS 16 (6.64% from 255) = 5.59%
R=46.15%
G=48.25%
B=5.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132138160.0400.880.4662.9579.2230.2
Hex848A1040582E3f4f1e
Octal2042122040130567711736
Binary10000100100010101000010001011000101110111111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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