#6BCA7A

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

Shades of Fern #6BCA7A

Tints of Fern #6BCA7A

Color information

#6BCA7A (or 0x6BCA7A) is unknown color: approx Fern. HEX triplet: 6B, CA and 7A. RGB value is (107,202,122). Sum of RGB (Red+Green+Blue) = 107+202+122=431 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.83% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCA7A is #943585. Grayscale: #A4A4A4. Windows color (decimal): -9713030 or 8047211. OLE color: 8047211.

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

Color convert

RGB107202122-
CMYK0.4700.400.21
HSL129.47º47.26%60.59%-
HSV(B)129.47º47.03%79.22%-
XYZ30.746.7725.82-
YUV164.48104.0387-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.83%
GREEN value IS 202 (79.30% from 255) = 46.87%
BLUE value IS 122 (48.05% from 255) = 28.31%
R=24.83%
G=46.87%
B=28.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1072021220.4700.400.21129.4747.2660.59
Hex6BCA7A2F02815812f3d
Octal15331217257050252015775
Binary110101111001010111101010111101010001010110000001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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