#6AB175

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

Shades of Fern #6AB175

Tints of Fern #6AB175

Color information

#6AB175 (or 0x6AB175) is unknown color: approx Fern. HEX triplet: 6A, B1 and 75. RGB value is (106,177,117). Sum of RGB (Red+Green+Blue) = 106+177+117=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB175 is #954E8A. Grayscale: #959595. Windows color (decimal): -9784971 or 7713130. OLE color: 7713130.

HSL color Cylindrical-coordinate representation of color #6AB175: hue angle of 129.3º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6AB175 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB106177117-
CMYK0.4000.340.31
HSL129.3º31.28%55.49%-
HSV(B)129.3º40.11%69.41%-
XYZ24.8835.7922.43-
YUV148.93109.9897.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.5%
GREEN value IS 177 (69.53% from 255) = 44.25%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=26.5%
G=44.25%
B=29.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061771170.4000.340.31129.331.2855.49
Hex6AB175280221F811f37
Octal15226116550042372013767
Binary11010101011000111101011010000100010111111000000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,177,117); }

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

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

 a { background-color: rgb(106,177,117); }

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

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

 span { border-color: rgb(106,177,117); }

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