#848D04

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

Shades of Olive #848D04

Tints of Olive #848D04

Color information

#848D04 (or 0x848D04) is unknown color: approx Olive. HEX triplet: 84, 8D and 04. RGB value is (132,141,4). Sum of RGB (Red+Green+Blue) = 132+141+4=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #848D04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848D04 is #7B72FB. Grayscale: #7B7B7B. Windows color (decimal): -8090364 or 298372. OLE color: 298372.

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

Color convert

RGB1321414-
CMYK0.0600.970.45
HSL63.94º94.48%28.43%-
HSV(B)63.94º97.16%55.29%-
XYZ19.0623.963.74-
YUV122.6961.02134.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 141 (55.47% from 255) = 50.90%
BLUE value IS 4 (1.95% from 255) = 1.44%
R=47.65%
G=50.90%
B=1.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13214140.0600.970.4563.9494.4828.43
Hex848D460612D405e1c
Octal2042154601415510013634
Binary1000010010001101100110011000011011011000000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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