#6AB272

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

Shades of Fern #6AB272

Tints of Fern #6AB272

Color information

#6AB272 (or 0x6AB272) is unknown color: approx Fern. HEX triplet: 6A, B2 and 72. RGB value is (106,178,114). Sum of RGB (Red+Green+Blue) = 106+178+114=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB272 is #954D8D. Grayscale: #959595. Windows color (decimal): -9784718 or 7516778. OLE color: 7516778.

HSL color Cylindrical-coordinate representation of color #6AB272: hue angle of 126.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6AB272 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB106178114-
CMYK0.4000.360.30
HSL126.67º31.86%55.69%-
HSV(B)126.67º40.45%69.8%-
XYZ24.936.1221.58-
YUV149.18108.1597.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.63%
GREEN value IS 178 (69.92% from 255) = 44.72%
BLUE value IS 114 (44.92% from 255) = 28.64%
R=26.63%
G=44.72%
B=28.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1061781140.4000.360.30126.6731.8655.69
Hex6AB272280241E7f2038
Octal15226216250044361774070
Binary11010101011001011100101010000100100111101111111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,178,114); }

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

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

 a { background-color: rgb(106,178,114); }

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

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

 span { border-color: rgb(106,178,114); }

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