#6BC070

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

Shades of Fern #6BC070

Tints of Fern #6BC070

Color information

#6BC070 (or 0x6BC070) is unknown color: approx Fern. HEX triplet: 6B, C0 and 70. RGB value is (107,192,112). Sum of RGB (Red+Green+Blue) = 107+192+112=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC070 is #943F8F. Grayscale: #9D9D9D. Windows color (decimal): -9715600 or 7389291. OLE color: 7389291.

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

Color convert

RGB107192112-
CMYK0.4400.420.25
HSL123.53º40.28%58.63%-
HSV(B)123.53º44.27%75.29%-
XYZ27.8441.9921.97-
YUV157.46102.3492-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.03%
GREEN value IS 192 (75.39% from 255) = 46.72%
BLUE value IS 112 (44.14% from 255) = 27.25%
R=26.03%
G=46.72%
B=27.25%

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
Decimal1071921120.4400.420.25123.5340.2858.63
Hex6BC0702C02A197c283b
Octal15330016054052311745073
Binary11010111100000011100001011000101010110011111100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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