#06B745

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

Shades of Dark Pastel Green #06B745

Tints of Dark Pastel Green #06B745

Color information

#06B745 (or 0x06B745) is unknown color: approx Dark Pastel Green. HEX triplet: 06, B7 and 45. RGB value is (6,183,69). Sum of RGB (Red+Green+Blue) = 6+183+69=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 183 (71.88% from 255 or 70.93% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 183 - color contains mainly: green. Hex color #06B745 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B745 is #F948BA. Grayscale: #757575. Windows color (decimal): -16337083 or 4568838. OLE color: 4568838.

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

Color convert

RGB618369-
CMYK0.9700.620.28
HSL141.36º93.65%37.06%-
HSV(B)141.36º96.72%71.76%-
XYZ18.0834.3411.3-
YUV117.08100.8648.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.33%
GREEN value IS 183 (71.88% from 255) = 70.93%
BLUE value IS 69 (27.34% from 255) = 26.74%
R=2.33%
G=70.93%
B=26.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6183690.9700.620.28141.3693.6537.06
Hex6B7456103E1C8d5e25
Octal62671051410763421513645
Binary1101011011110001011100001011111011100100011011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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