#75D670

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

Shades of Pastel Green #75D670

Tints of Pastel Green #75D670

Color information

#75D670 (or 0x75D670) is unknown color: approx Pastel Green. HEX triplet: 75, D6 and 70. RGB value is (117,214,112). Sum of RGB (Red+Green+Blue) = 117+214+112=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #75D670 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D670 is #8A298F. Grayscale: #ADADAD. Windows color (decimal): -9054608 or 7394933. OLE color: 7394933.

HSL color Cylindrical-coordinate representation of color #75D670: hue angle of 117.06º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75D670 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB117214112-
CMYK0.4500.480.16
HSL117.06º55.43%63.92%-
HSV(B)117.06º47.66%83.92%-
XYZ34.3153.0423.76-
YUV173.3793.3687.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.41%
GREEN value IS 214 (83.98% from 255) = 48.31%
BLUE value IS 112 (44.14% from 255) = 25.28%
R=26.41%
G=48.31%
B=25.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172141120.4500.480.16117.0655.4363.92
Hex75D6702D03010753740
Octal165326160550602016567100
Binary111010111010110111000010110101100001000011101011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75D670; }

 p { color: rgb(117,214,112); }

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

<style>
 a { background-color: #75D670; }

 a { background-color: rgb(117,214,112); }

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

<style>
 span { border-color: #75D670; }

 span { border-color: rgb(117,214,112); }

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