#06B51E

Color #06B51E Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #06B51E

Tints of Dark Pastel Green #06B51E

Color information

#06B51E (or 0x06B51E) is unknown color: approx Dark Pastel Green. HEX triplet: 06, B5 and 1E. RGB value is (6,181,30). Sum of RGB (Red+Green+Blue) = 6+181+30=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 181 (71.09% from 255 or 83.41% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 181 - color contains mainly: green. Hex color #06B51E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B51E is #F94AE1. Grayscale: #6F6F6F. Windows color (decimal): -16337634 or 2012422. OLE color: 2012422.

HSL color Cylindrical-coordinate representation of color #06B51E: hue angle of 128.23º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B51E is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB618130-
CMYK0.9700.830.29
HSL128.23º93.58%36.67%-
HSV(B)128.23º96.69%70.98%-
XYZ16.8333.186.75-
YUV111.4682.0252.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.76%
GREEN value IS 181 (71.09% from 255) = 83.41%
BLUE value IS 30 (12.11% from 255) = 13.82%
R=2.76%
G=83.41%
B=13.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6181300.9700.830.29128.2393.5836.67
Hex6B51E610531D805e25
Octal62653614101233520013645
Binary110101101011111011000010101001111101100000001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06B51E; }

 p { color: rgb(6,181,30); }

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

<style>
 a { background-color: #06B51E; }

 a { background-color: rgb(6,181,30); }

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

<style>
 span { border-color: #06B51E; }

 span { border-color: rgb(6,181,30); }

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