#6CC076

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

Shades of Fern #6CC076

Tints of Fern #6CC076

Color information

#6CC076 (or 0x6CC076) is unknown color: approx Fern. HEX triplet: 6C, C0 and 76. RGB value is (108,192,118). Sum of RGB (Red+Green+Blue) = 108+192+118=418 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.84% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC076 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC076 is #933F89. Grayscale: #9E9E9E. Windows color (decimal): -9650058 or 7782508. OLE color: 7782508.

HSL color Cylindrical-coordinate representation of color #6CC076: hue angle of 127.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CC076 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB108192118-
CMYK0.4400.390.25
HSL127.14º40%58.82%-
HSV(B)127.14º43.75%75.29%-
XYZ28.342.223.79-
YUV158.45105.1792.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.84%
GREEN value IS 192 (75.39% from 255) = 45.93%
BLUE value IS 118 (46.48% from 255) = 28.23%
R=25.84%
G=45.93%
B=28.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081921180.4400.390.25127.144058.82
Hex6CC0762C027197f283b
Octal15430016654047311775073
Binary11011001100000011101101011000100111110011111111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,192,118); }

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

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

 a { background-color: rgb(108,192,118); }

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

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

 span { border-color: rgb(108,192,118); }

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