#81B006

Color #81B006 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #81B006

Tints of Lima #81B006

Color information

#81B006 (or 0x81B006) is unknown color: approx Lima. HEX triplet: 81, B0 and 06. RGB value is (129,176,6). Sum of RGB (Red+Green+Blue) = 129+176+6=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 176 (69.14% from 255 or 56.59% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 176 - color contains mainly: green. Hex color #81B006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81B006 is #7E4FF9. Grayscale: #8F8F8F. Windows color (decimal): -8278010 or 438401. OLE color: 438401.

HSL color Cylindrical-coordinate representation of color #81B006: hue angle of 76.59º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81B006 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB1291766-
CMYK0.2700.970.31
HSL76.59º93.41%35.69%-
HSV(B)76.59º96.59%69.02%-
XYZ24.6135.735.77-
YUV142.5750.93118.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.48%
GREEN value IS 176 (69.14% from 255) = 56.59%
BLUE value IS 6 (2.73% from 255) = 1.93%
R=41.48%
G=56.59%
B=1.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12917660.2700.970.3176.5993.4135.69
Hex81B061B0611F4d5d24
Octal20126063301413711513544
Binary100000011011000011011011011000011111110011011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81B006; }

 p { color: rgb(129,176,6); }

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

<style>
 a { background-color: #81B006; }

 a { background-color: rgb(129,176,6); }

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

<style>
 span { border-color: #81B006; }

 span { border-color: rgb(129,176,6); }

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