#06C73A

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

Shades of Dark Pastel Green #06C73A

Tints of Dark Pastel Green #06C73A

Color information

#06C73A (or 0x06C73A) is unknown color: approx Dark Pastel Green. HEX triplet: 06, C7 and 3A. RGB value is (6,199,58). Sum of RGB (Red+Green+Blue) = 6+199+58=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 199 (78.12% from 255 or 75.67% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 199 - color contains mainly: green. Hex color #06C73A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C73A is #F938C5. Grayscale: #7D7D7D. Windows color (decimal): -16332998 or 3852038. OLE color: 3852038.

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

Color convert

RGB619958-
CMYK0.9700.710.22
HSL136.17º94.15%40.2%-
HSV(B)136.17º96.98%78.04%-
XYZ21.2641.1910.83-
YUV125.2290.0642.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.28%
GREEN value IS 199 (78.12% from 255) = 75.67%
BLUE value IS 58 (23.05% from 255) = 22.05%
R=2.28%
G=75.67%
B=22.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal6199580.9700.710.22136.1794.1540.2
Hex6C73A6104716885e28
Octal63077214101072621013650
Binary1101100011111101011000010100011110110100010001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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