#06B948

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

Shades of Dark Pastel Green #06B948

Tints of Dark Pastel Green #06B948

Color information

#06B948 (or 0x06B948) is unknown color: approx Dark Pastel Green. HEX triplet: 06, B9 and 48. RGB value is (6,185,72). Sum of RGB (Red+Green+Blue) = 6+185+72=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 185 (72.66% from 255 or 70.34% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 185 - color contains mainly: green. Hex color #06B948 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B948 is #F946B7. Grayscale: #767676. Windows color (decimal): -16336568 or 4765958. OLE color: 4765958.

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

Color convert

RGB618572-
CMYK0.9700.610.27
HSL142.12º93.72%37.45%-
HSV(B)142.12º96.76%72.55%-
XYZ18.5935.211.95-
YUV118.6101.747.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.28%
GREEN value IS 185 (72.66% from 255) = 70.34%
BLUE value IS 72 (28.52% from 255) = 27.38%
R=2.28%
G=70.34%
B=27.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6185720.9700.610.27142.1293.7237.45
Hex6B9486103D1B8e5e25
Octal62711101410753321613645
Binary1101011100110010001100001011110111011100011101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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