#6ABC7B

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

Shades of Fern #6ABC7B

Tints of Fern #6ABC7B

Color information

#6ABC7B (or 0x6ABC7B) is unknown color: approx Fern. HEX triplet: 6A, BC and 7B. RGB value is (106,188,123). Sum of RGB (Red+Green+Blue) = 106+188+123=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABC7B is #954384. Grayscale: #9C9C9C. Windows color (decimal): -9782149 or 8109162. OLE color: 8109162.

HSL color Cylindrical-coordinate representation of color #6ABC7B: hue angle of 132.44º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABC7B is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB106188123-
CMYK0.4400.350.26
HSL132.44º37.96%57.65%-
HSV(B)132.44º43.62%73.73%-
XYZ27.540.4625.1-
YUV156.07109.3392.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.42%
GREEN value IS 188 (73.83% from 255) = 45.08%
BLUE value IS 123 (48.44% from 255) = 29.50%
R=25.42%
G=45.08%
B=29.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1061881230.4400.350.26132.4437.9657.65
Hex6ABC7B2C0231A84263a
Octal15227417354043322044672
Binary110101010111100111101110110001000111101010000100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,188,123); }

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

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

 a { background-color: rgb(106,188,123); }

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

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

 span { border-color: rgb(106,188,123); }

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