#848E08

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

Shades of Olive #848E08

Tints of Olive #848E08

Color information

#848E08 (or 0x848E08) is unknown color: approx Olive. HEX triplet: 84, 8E and 08. RGB value is (132,142,8). Sum of RGB (Red+Green+Blue) = 132+142+8=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #848E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848E08 is #7B71F7. Grayscale: #7C7C7C. Windows color (decimal): -8090104 or 560772. OLE color: 560772.

HSL color Cylindrical-coordinate representation of color #848E08: hue angle of 64.48º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #848E08 is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB1321428-
CMYK0.0700.940.44
HSL64.48º89.33%29.41%-
HSV(B)64.48º94.37%55.69%-
XYZ19.2324.273.9-
YUV123.7362.69133.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 142 (55.86% from 255) = 50.35%
BLUE value IS 8 (3.52% from 255) = 2.84%
R=46.81%
G=50.35%
B=2.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13214280.0700.940.4464.4889.3329.41
Hex848E8705E2C40591d
Octal20421610701365410013135
Binary10000100100011101000111010111101011001000000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,142,8); }

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

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

 a { background-color: rgb(132,142,8); }

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

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

 span { border-color: rgb(132,142,8); }

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