#6BC160

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

Shades of Fern #6BC160

Tints of Fern #6BC160

Color information

#6BC160 (or 0x6BC160) is unknown color: approx Fern. HEX triplet: 6B, C1 and 60. RGB value is (107,193,96). Sum of RGB (Red+Green+Blue) = 107+193+96=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #6BC160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC160 is #943E9F. Grayscale: #9C9C9C. Windows color (decimal): -9715360 or 6340971. OLE color: 6340971.

HSL color Cylindrical-coordinate representation of color #6BC160: hue angle of 113.2º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BC160 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB10719396-
CMYK0.4500.500.24
HSL113.2º43.89%56.67%-
HSV(B)113.2º50.26%75.69%-
XYZ27.2442.1117.76-
YUV156.2394.0192.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.02%
GREEN value IS 193 (75.78% from 255) = 48.74%
BLUE value IS 96 (37.89% from 255) = 24.24%
R=27.02%
G=48.74%
B=24.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal107193960.4500.500.24113.243.8956.67
Hex6BC1602D03218712c39
Octal15330114055062301615471
Binary11010111100000111000001011010110010110001110001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,193,96); }

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

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

 a { background-color: rgb(107,193,96); }

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

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

 span { border-color: rgb(107,193,96); }

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