#06B848

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

Shades of Dark Pastel Green #06B848

Tints of Dark Pastel Green #06B848

Color information

#06B848 (or 0x06B848) is unknown color: approx Dark Pastel Green. HEX triplet: 06, B8 and 48. RGB value is (6,184,72). Sum of RGB (Red+Green+Blue) = 6+184+72=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 184 (72.27% from 255 or 70.23% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 184 - color contains mainly: green. Hex color #06B848 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B848 is #F947B7. Grayscale: #767676. Windows color (decimal): -16336824 or 4765702. OLE color: 4765702.

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

Color convert

RGB618472-
CMYK0.9700.610.28
HSL142.25º93.68%37.25%-
HSV(B)142.25º96.74%72.16%-
XYZ18.3934.7911.88-
YUV118.01102.0348.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.29%
GREEN value IS 184 (72.27% from 255) = 70.23%
BLUE value IS 72 (28.52% from 255) = 27.48%
R=2.29%
G=70.23%
B=27.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6184720.9700.610.28142.2593.6837.25
Hex6B8486103D1C8e5e25
Octal62701101410753421613645
Binary1101011100010010001100001011110111100100011101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,184,72); }

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

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

 a { background-color: rgb(6,184,72); }

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

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

 span { border-color: rgb(6,184,72); }

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