#6BC276

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

Shades of Fern #6BC276

Tints of Fern #6BC276

Color information

#6BC276 (or 0x6BC276) is unknown color: approx Fern. HEX triplet: 6B, C2 and 76. RGB value is (107,194,118). Sum of RGB (Red+Green+Blue) = 107+194+118=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #6BC276 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC276 is #943D89. Grayscale: #9F9F9F. Windows color (decimal): -9715082 or 7783019. OLE color: 7783019.

HSL color Cylindrical-coordinate representation of color #6BC276: hue angle of 127.59º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BC276 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB107194118-
CMYK0.4500.390.24
HSL127.59º41.63%59.02%-
HSV(B)127.59º44.85%76.08%-
XYZ28.6343.0223.93-
YUV159.32104.6890.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.54%
GREEN value IS 194 (76.17% from 255) = 46.30%
BLUE value IS 118 (46.48% from 255) = 28.16%
R=25.54%
G=46.30%
B=28.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1071941180.4500.390.24127.5941.6359.02
Hex6BC2762D02718802a3b
Octal15330216655047302005273
Binary110101111000010111011010110101001111100010000000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,194,118); }

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

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

 a { background-color: rgb(107,194,118); }

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

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

 span { border-color: rgb(107,194,118); }

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