#6BC973

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

Shades of Fern #6BC973

Tints of Fern #6BC973

Color information

#6BC973 (or 0x6BC973) is unknown color: approx Fern. HEX triplet: 6B, C9 and 73. RGB value is (107,201,115). Sum of RGB (Red+Green+Blue) = 107+201+115=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #6BC973 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC973 is #94368C. Grayscale: #A3A3A3. Windows color (decimal): -9713293 or 7588203. OLE color: 7588203.

HSL color Cylindrical-coordinate representation of color #6BC973: hue angle of 125.11º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BC973 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB107201115-
CMYK0.4700.430.21
HSL125.11º46.53%60.39%-
HSV(B)125.11º46.77%78.82%-
XYZ30.0446.1423.54-
YUV163.09100.8687.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.30%
GREEN value IS 201 (78.91% from 255) = 47.52%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=25.30%
G=47.52%
B=27.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1072011150.4700.430.21125.1146.5360.39
Hex6BC9732F02B157d2f3c
Octal15331116357053251755774
Binary11010111100100111100111011110101011101011111101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,201,115); }

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

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

 a { background-color: rgb(107,201,115); }

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

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

 span { border-color: rgb(107,201,115); }

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