#06B51A

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

Shades of Dark Pastel Green #06B51A

Tints of Dark Pastel Green #06B51A

Color information

#06B51A (or 0x06B51A) is unknown color: approx Dark Pastel Green. HEX triplet: 06, B5 and 1A. RGB value is (6,181,26). Sum of RGB (Red+Green+Blue) = 6+181+26=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 181 (71.09% from 255 or 84.98% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 181 - color contains mainly: green. Hex color #06B51A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B51A is #F94AE5. Grayscale: #6F6F6F. Windows color (decimal): -16337638 or 1750278. OLE color: 1750278.

HSL color Cylindrical-coordinate representation of color #06B51A: hue angle of 126.86º 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 #06B51A is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB618126-
CMYK0.9700.860.29
HSL126.86º93.58%36.67%-
HSV(B)126.86º96.69%70.98%-
XYZ16.7933.166.49-
YUV11180.0253.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.82%
GREEN value IS 181 (71.09% from 255) = 84.98%
BLUE value IS 26 (10.55% from 255) = 12.21%
R=2.82%
G=84.98%
B=12.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6181260.9700.860.29126.8693.5836.67
Hex6B51A610561D7f5e25
Octal62653214101263517713645
Binary11010110101110101100001010101101110111111111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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