#6BC16A

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

Shades of Fern #6BC16A

Tints of Fern #6BC16A

Color information

#6BC16A (or 0x6BC16A) is unknown color: approx Fern. HEX triplet: 6B, C1 and 6A. RGB value is (107,193,106). Sum of RGB (Red+Green+Blue) = 107+193+106=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #6BC16A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC16A is #943E95. Grayscale: #9D9D9D. Windows color (decimal): -9715350 or 6996331. OLE color: 6996331.

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

Color convert

RGB107193106-
CMYK0.4500.450.24
HSL119.31º41.23%58.63%-
HSV(B)119.31º45.08%75.69%-
XYZ27.7342.3120.34-
YUV157.3799.0192.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.35%
GREEN value IS 193 (75.78% from 255) = 47.54%
BLUE value IS 106 (41.80% from 255) = 26.11%
R=26.35%
G=47.54%
B=26.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1071931060.4500.450.24119.3141.2358.63
Hex6BC16A2D02D1877293b
Octal15330115255055301675173
Binary11010111100000111010101011010101101110001110111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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