#06B545

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

Shades of Dark Pastel Green #06B545

Tints of Dark Pastel Green #06B545

Color information

#06B545 (or 0x06B545) is unknown color: approx Dark Pastel Green. HEX triplet: 06, B5 and 45. RGB value is (6,181,69). Sum of RGB (Red+Green+Blue) = 6+181+69=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 181 (71.09% from 255 or 70.70% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 181 - color contains mainly: green. Hex color #06B545 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B545 is #F94ABA. Grayscale: #747474. Windows color (decimal): -16337595 or 4568326. OLE color: 4568326.

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

Color convert

RGB618169-
CMYK0.9700.620.29
HSL141.6º93.58%36.67%-
HSV(B)141.6º96.69%70.98%-
XYZ17.6733.5211.17-
YUV115.91101.5249.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.34%
GREEN value IS 181 (71.09% from 255) = 70.70%
BLUE value IS 69 (27.34% from 255) = 26.95%
R=2.34%
G=70.70%
B=26.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6181690.9700.620.29141.693.5836.67
Hex6B5456103E1D8e5e25
Octal62651051410763521613645
Binary1101011010110001011100001011111011101100011101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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