#6BC060

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

Shades of Fern #6BC060

Tints of Fern #6BC060

Color information

#6BC060 (or 0x6BC060) is unknown color: approx Fern. HEX triplet: 6B, C0 and 60. RGB value is (107,192,96). Sum of RGB (Red+Green+Blue) = 107+192+96=395 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.09% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC060 is #943F9F. Grayscale: #9B9B9B. Windows color (decimal): -9715616 or 6340715. OLE color: 6340715.

HSL color Cylindrical-coordinate representation of color #6BC060: hue angle of 113.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BC060 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB10719296-
CMYK0.4400.500.25
HSL113.12º43.24%56.47%-
HSV(B)113.12º50%75.29%-
XYZ27.0241.6717.69-
YUV155.6494.3493.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.09%
GREEN value IS 192 (75.39% from 255) = 48.61%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=27.09%
G=48.61%
B=24.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal107192960.4400.500.25113.1243.2456.47
Hex6BC0602C03219712b38
Octal15330014054062311615370
Binary11010111100000011000001011000110010110011110001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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