#6AB468

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

Shades of Fern #6AB468

Tints of Fern #6AB468

Color information

#6AB468 (or 0x6AB468) is unknown color: approx Fern. HEX triplet: 6A, B4 and 68. RGB value is (106,180,104). Sum of RGB (Red+Green+Blue) = 106+180+104=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #6AB468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB468 is #954B97. Grayscale: #959595. Windows color (decimal): -9784216 or 6861930. OLE color: 6861930.

HSL color Cylindrical-coordinate representation of color #6AB468: hue angle of 118.42º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6AB468 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB106180104-
CMYK0.4100.420.29
HSL118.42º33.63%55.69%-
HSV(B)118.42º42.22%70.59%-
XYZ24.7636.7118.88-
YUV149.21102.4897.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.18%
GREEN value IS 180 (70.70% from 255) = 46.15%
BLUE value IS 104 (41.02% from 255) = 26.67%
R=27.18%
G=46.15%
B=26.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1061801040.4100.420.29118.4233.6355.69
Hex6AB4682902A1D762238
Octal15226415051052351664270
Binary11010101011010011010001010010101010111011110110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,180,104); }

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

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

 a { background-color: rgb(106,180,104); }

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

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

 span { border-color: rgb(106,180,104); }

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