#6BCA7D

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

Shades of Fern #6BCA7D

Tints of Fern #6BCA7D

Color information

#6BCA7D (or 0x6BCA7D) is unknown color: approx Fern. HEX triplet: 6B, CA and 7D. RGB value is (107,202,125). Sum of RGB (Red+Green+Blue) = 107+202+125=434 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.65% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCA7D is #943582. Grayscale: #A5A5A5. Windows color (decimal): -9713027 or 8243819. OLE color: 8243819.

HSL color Cylindrical-coordinate representation of color #6BCA7D: hue angle of 131.37º 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 #6BCA7D is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB107202125-
CMYK0.4700.380.21
HSL131.37º47.26%60.59%-
HSV(B)131.37º47.03%79.22%-
XYZ30.8946.8526.82-
YUV164.82105.5386.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.65%
GREEN value IS 202 (79.30% from 255) = 46.54%
BLUE value IS 125 (49.22% from 255) = 28.80%
R=24.65%
G=46.54%
B=28.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1072021250.4700.380.21131.3747.2660.59
Hex6BCA7D2F02615832f3d
Octal15331217557046252035775
Binary110101111001010111110110111101001101010110000011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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