#6BCA7C

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

Shades of Fern #6BCA7C

Tints of Fern #6BCA7C

Color information

#6BCA7C (or 0x6BCA7C) is unknown color: approx Fern. HEX triplet: 6B, CA and 7C. RGB value is (107,202,124). Sum of RGB (Red+Green+Blue) = 107+202+124=433 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.71% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCA7C is #943583. Grayscale: #A4A4A4. Windows color (decimal): -9713028 or 8178283. OLE color: 8178283.

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

Color convert

RGB107202124-
CMYK0.4700.390.21
HSL130.74º47.26%60.59%-
HSV(B)130.74º47.03%79.22%-
XYZ30.8246.8226.48-
YUV164.7105.0386.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.71%
GREEN value IS 202 (79.30% from 255) = 46.65%
BLUE value IS 124 (48.83% from 255) = 28.64%
R=24.71%
G=46.65%
B=28.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1072021240.4700.390.21130.7447.2660.59
Hex6BCA7C2F02715832f3d
Octal15331217457047252035775
Binary110101111001010111110010111101001111010110000011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,202,124); }

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

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

 a { background-color: rgb(107,202,124); }

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

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

 span { border-color: rgb(107,202,124); }

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