#6CC070

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

Shades of Fern #6CC070

Tints of Fern #6CC070

Color information

#6CC070 (or 0x6CC070) is unknown color: approx Fern. HEX triplet: 6C, C0 and 70. RGB value is (108,192,112). Sum of RGB (Red+Green+Blue) = 108+192+112=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC070 is #933F8F. Grayscale: #9E9E9E. Windows color (decimal): -9650064 or 7389292. OLE color: 7389292.

HSL color Cylindrical-coordinate representation of color #6CC070: hue angle of 122.86º 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 #6CC070 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB108192112-
CMYK0.4400.420.25
HSL122.86º40%58.82%-
HSV(B)122.86º43.75%75.29%-
XYZ27.9642.0621.97-
YUV157.76102.1792.5-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.21%
GREEN value IS 192 (75.39% from 255) = 46.60%
BLUE value IS 112 (44.14% from 255) = 27.18%
R=26.21%
G=46.60%
B=27.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081921120.4400.420.25122.864058.82
Hex6CC0702C02A197b283b
Octal15430016054052311735073
Binary11011001100000011100001011000101010110011111011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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