#6BC670

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

Shades of Fern #6BC670

Tints of Fern #6BC670

Color information

#6BC670 (or 0x6BC670) is unknown color: approx Fern. HEX triplet: 6B, C6 and 70. RGB value is (107,198,112). Sum of RGB (Red+Green+Blue) = 107+198+112=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #6BC670 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC670 is #94398F. Grayscale: #A1A1A1. Windows color (decimal): -9714064 or 7390827. OLE color: 7390827.

HSL color Cylindrical-coordinate representation of color #6BC670: hue angle of 123.3º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BC670 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB107198112-
CMYK0.4600.430.22
HSL123.3º44.39%59.8%-
HSV(B)123.3º45.96%77.65%-
XYZ29.1844.6822.42-
YUV160.99100.3589.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.66%
GREEN value IS 198 (77.73% from 255) = 47.48%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=25.66%
G=47.48%
B=26.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1071981120.4600.430.22123.344.3959.8
Hex6BC6702E02B167b2c3c
Octal15330616056053261735474
Binary11010111100011011100001011100101011101101111011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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