#06B320

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

Shades of Dark Pastel Green #06B320

Tints of Dark Pastel Green #06B320

Color information

#06B320 (or 0x06B320) is unknown color: approx Dark Pastel Green. HEX triplet: 06, B3 and 20. RGB value is (6,179,32). Sum of RGB (Red+Green+Blue) = 6+179+32=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 179 (70.31% from 255 or 82.49% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 179 - color contains mainly: green. Hex color #06B320 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B320 is #F94CDF. Grayscale: #6E6E6E. Windows color (decimal): -16338144 or 2142982. OLE color: 2142982.

HSL color Cylindrical-coordinate representation of color #06B320: hue angle of 129.02º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B320 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB617932-
CMYK0.9700.820.30
HSL129.02º93.51%36.27%-
HSV(B)129.02º96.65%70.2%-
XYZ16.4632.386.75-
YUV110.5183.6953.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.76%
GREEN value IS 179 (70.31% from 255) = 82.49%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=2.76%
G=82.49%
B=14.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal6179320.9700.820.30129.0293.5136.27
Hex6B320610521E815e24
Octal62634014101223620113644
Binary1101011001110000011000010101001011110100000011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,179,32); }

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

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

 a { background-color: rgb(6,179,32); }

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

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

 span { border-color: rgb(6,179,32); }

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