#848E02

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

Shades of Olive #848E02

Tints of Olive #848E02

Color information

#848E02 (or 0x848E02) is unknown color: approx Olive. HEX triplet: 84, 8E and 02. RGB value is (132,142,2). Sum of RGB (Red+Green+Blue) = 132+142+2=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #848E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848E02 is #7B71FD. Grayscale: #7B7B7B. Windows color (decimal): -8090110 or 167556. OLE color: 167556.

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

Color convert

RGB1321422-
CMYK0.0700.990.44
HSL64.29º97.22%28.24%-
HSV(B)64.29º98.59%55.69%-
XYZ19.224.263.73-
YUV123.0559.69134.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.83%
GREEN value IS 142 (55.86% from 255) = 51.45%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=47.83%
G=51.45%
B=0.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13214220.0700.990.4464.2997.2228.24
Hex848E270632C40611c
Octal2042162701435410014134
Binary100001001000111010111011000111011001000000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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