#848D07

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

Shades of Olive #848D07

Tints of Olive #848D07

Color information

#848D07 (or 0x848D07) is unknown color: approx Olive. HEX triplet: 84, 8D and 07. RGB value is (132,141,7). Sum of RGB (Red+Green+Blue) = 132+141+7=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #848D07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848D07 is #7B72F8. Grayscale: #7B7B7B. Windows color (decimal): -8090361 or 494980. OLE color: 494980.

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

Color convert

RGB1321417-
CMYK0.0600.950.45
HSL64.03º90.54%29.02%-
HSV(B)64.03º95.04%55.29%-
XYZ19.0823.973.82-
YUV123.0362.52134.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 141 (55.47% from 255) = 50.36%
BLUE value IS 7 (3.12% from 255) = 2.5%
R=47.14%
G=50.36%
B=2.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13214170.0600.950.4564.0390.5429.02
Hex848D7605F2D405b1d
Octal2042157601375510013335
Binary1000010010001101111110010111111011011000000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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