#6FC975

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

Shades of Pastel Green #6FC975

Tints of Pastel Green #6FC975

Color information

#6FC975 (or 0x6FC975) is unknown color: approx Pastel Green. HEX triplet: 6F, C9 and 75. RGB value is (111,201,117). Sum of RGB (Red+Green+Blue) = 111+201+117=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #6FC975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC975 is #90368A. Grayscale: #A4A4A4. Windows color (decimal): -9451147 or 7719279. OLE color: 7719279.

HSL color Cylindrical-coordinate representation of color #6FC975: hue angle of 124º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FC975 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB111201117-
CMYK0.4500.420.21
HSL124º45.45%61.18%-
HSV(B)124º44.78%78.82%-
XYZ30.6546.4424.18-
YUV164.51101.1889.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.87%
GREEN value IS 201 (78.91% from 255) = 46.85%
BLUE value IS 117 (46.09% from 255) = 27.27%
R=25.87%
G=46.85%
B=27.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1112011170.4500.420.2112445.4561.18
Hex6FC9752D02A157c2d3d
Octal15731116555052251745575
Binary11011111100100111101011011010101010101011111100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FC975; }

 p { color: rgb(111,201,117); }

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

<style>
 a { background-color: #6FC975; }

 a { background-color: rgb(111,201,117); }

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

<style>
 span { border-color: #6FC975; }

 span { border-color: rgb(111,201,117); }

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