#06C732

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

Shades of Dark Pastel Green #06C732

Tints of Dark Pastel Green #06C732

Color information

#06C732 (or 0x06C732) is unknown color: approx Dark Pastel Green. HEX triplet: 06, C7 and 32. RGB value is (6,199,50). Sum of RGB (Red+Green+Blue) = 6+199+50=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 199 (78.12% from 255 or 78.04% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 199 - color contains mainly: green. Hex color #06C732 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C732 is #F938CD. Grayscale: #7C7C7C. Windows color (decimal): -16333006 or 3327750. OLE color: 3327750.

HSL color Cylindrical-coordinate representation of color #06C732: hue angle of 133.68º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C732 is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB619950-
CMYK0.9700.750.22
HSL133.68º94.15%40.2%-
HSV(B)133.68º96.98%78.04%-
XYZ21.0741.129.84-
YUV124.3186.0643.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.35%
GREEN value IS 199 (78.12% from 255) = 78.04%
BLUE value IS 50 (19.92% from 255) = 19.61%
R=2.35%
G=78.04%
B=19.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal6199500.9700.750.22133.6894.1540.2
Hex6C7326104B16865e28
Octal63076214101132620613650
Binary1101100011111001011000010100101110110100001101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,199,50); }

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

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

 a { background-color: rgb(6,199,50); }

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

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

 span { border-color: rgb(6,199,50); }

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