#06B222

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

Shades of Dark Pastel Green #06B222

Tints of Dark Pastel Green #06B222

Color information

#06B222 (or 0x06B222) is unknown color: approx Dark Pastel Green. HEX triplet: 06, B2 and 22. RGB value is (6,178,34). Sum of RGB (Red+Green+Blue) = 6+178+34=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 178 (69.92% from 255 or 81.65% from 218); Blue value is 34 (13.67% from 255 or 15.60% from 218); Max value from RGB is 178 - color contains mainly: green. Hex color #06B222 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06B222 is #F94DDD. Grayscale: #6E6E6E. Windows color (decimal): -16338398 or 2273798. OLE color: 2273798.

HSL color Cylindrical-coordinate representation of color #06B222: hue angle of 129.77º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B222 is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB617834-
CMYK0.9700.810.30
HSL129.77º93.48%36.08%-
HSV(B)129.77º96.63%69.8%-
XYZ16.28326.83-
YUV110.1685.0253.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.75%
GREEN value IS 178 (69.92% from 255) = 81.65%
BLUE value IS 34 (13.67% from 255) = 15.60%
R=2.75%
G=81.65%
B=15.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal6178340.9700.810.30129.7793.4836.08
Hex6B222610511E825d24
Octal62624214101213620213544
Binary1101011001010001011000010101000111110100000101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,178,34); }

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

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

 a { background-color: rgb(6,178,34); }

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

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

 span { border-color: rgb(6,178,34); }

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