#6FCA78

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

Shades of Pastel Green #6FCA78

Tints of Pastel Green #6FCA78

Color information

#6FCA78 (or 0x6FCA78) is unknown color: approx Pastel Green. HEX triplet: 6F, CA and 78. RGB value is (111,202,120). Sum of RGB (Red+Green+Blue) = 111+202+120=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCA78 is #903587. Grayscale: #A5A5A5. Windows color (decimal): -9450888 or 7916143. OLE color: 7916143.

HSL color Cylindrical-coordinate representation of color #6FCA78: hue angle of 125.93º degrees, saturation: 0.46, 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 #6FCA78 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB111202120-
CMYK0.4500.410.21
HSL125.93º46.19%61.37%-
HSV(B)125.93º45.05%79.22%-
XYZ31.0746.9825.2-
YUV165.44102.3589.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.64%
GREEN value IS 202 (79.30% from 255) = 46.65%
BLUE value IS 120 (47.27% from 255) = 27.71%
R=25.64%
G=46.65%
B=27.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1112021200.4500.410.21125.9346.1961.37
Hex6FCA782D029157e2e3d
Octal15731217055051251765675
Binary11011111100101011110001011010101001101011111110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,202,120); }

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

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

 a { background-color: rgb(111,202,120); }

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

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

 span { border-color: rgb(111,202,120); }

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