#67D072

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

Shades of Pastel Green #67D072

Tints of Pastel Green #67D072

Color information

#67D072 (or 0x67D072) is unknown color: approx Pastel Green. HEX triplet: 67, D0 and 72. RGB value is (103,208,114). Sum of RGB (Red+Green+Blue) = 103+208+114=425 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.24% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #67D072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67D072 is #982F8D. Grayscale: #A6A6A6. Windows color (decimal): -9973646 or 7524455. OLE color: 7524455.

HSL color Cylindrical-coordinate representation of color #67D072: hue angle of 126.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67D072 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB103208114-
CMYK0.5000.450.18
HSL126.29º52.76%60.98%-
HSV(B)126.29º50.48%81.57%-
XYZ31.1949.2123.77-
YUV165.8998.7183.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.24%
GREEN value IS 208 (81.64% from 255) = 48.94%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=24.24%
G=48.94%
B=26.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1032081140.5000.450.18126.2952.7660.98
Hex67D0723202D127e353d
Octal14732016262055221766575
Binary11001111101000011100101100100101101100101111110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67D072; }

 p { color: rgb(103,208,114); }

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

<style>
 a { background-color: #67D072; }

 a { background-color: rgb(103,208,114); }

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

<style>
 span { border-color: #67D072; }

 span { border-color: rgb(103,208,114); }

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