#06B82B

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

Shades of Dark Pastel Green #06B82B

Tints of Dark Pastel Green #06B82B

Color information

#06B82B (or 0x06B82B) is unknown color: approx Dark Pastel Green. HEX triplet: 06, B8 and 2B. RGB value is (6,184,43). Sum of RGB (Red+Green+Blue) = 6+184+43=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 184 (72.27% from 255 or 78.97% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 184 - color contains mainly: green. Hex color #06B82B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B82B is #F947D4. Grayscale: #737373. Windows color (decimal): -16336853 or 2865158. OLE color: 2865158.

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

Color convert

RGB618443-
CMYK0.9700.770.28
HSL132.47º93.68%37.25%-
HSV(B)132.47º96.74%72.16%-
XYZ17.6534.498.01-
YUV114.787.5350.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.58%
GREEN value IS 184 (72.27% from 255) = 78.97%
BLUE value IS 43 (17.19% from 255) = 18.45%
R=2.58%
G=78.97%
B=18.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6184430.9700.770.28132.4793.6837.25
Hex6B82B6104D1C845e25
Octal62705314101153420413645
Binary1101011100010101111000010100110111100100001001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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