#6BC478

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

Shades of Fern #6BC478

Tints of Fern #6BC478

Color information

#6BC478 (or 0x6BC478) is unknown color: approx Fern. HEX triplet: 6B, C4 and 78. RGB value is (107,196,120). Sum of RGB (Red+Green+Blue) = 107+196+120=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 196 - color contains mainly: green. Hex color #6BC478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC478 is #943B87. Grayscale: #A0A0A0. Windows color (decimal): -9714568 or 7914603. OLE color: 7914603.

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

Color convert

RGB107196120-
CMYK0.4500.390.23
HSL128.76º43%59.41%-
HSV(B)128.76º45.41%76.86%-
XYZ29.1943.9624.72-
YUV160.72105.0189.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.30%
GREEN value IS 196 (76.95% from 255) = 46.34%
BLUE value IS 120 (47.27% from 255) = 28.37%
R=25.30%
G=46.34%
B=28.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1071961200.4500.390.23128.764359.41
Hex6BC4782D02717812b3b
Octal15330417055047272015373
Binary110101111000100111100010110101001111011110000001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,196,120); }

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

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

 a { background-color: rgb(107,196,120); }

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

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

 span { border-color: rgb(107,196,120); }

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