#6BAA72

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

Shades of Fern #6BAA72

Tints of Fern #6BAA72

Color information

#6BAA72 (or 0x6BAA72) is unknown color: approx Fern. HEX triplet: 6B, AA and 72. RGB value is (107,170,114). Sum of RGB (Red+Green+Blue) = 107+170+114=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAA72 is #94558D. Grayscale: #909090. Windows color (decimal): -9721230 or 7514731. OLE color: 7514731.

HSL color Cylindrical-coordinate representation of color #6BAA72: hue angle of 126.67º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAA72 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB107170114-
CMYK0.3700.330.33
HSL126.67º27.04%54.31%-
HSV(B)126.67º37.06%66.67%-
XYZ23.4833.0921.07-
YUV144.78110.63101.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.37%
GREEN value IS 170 (66.80% from 255) = 43.48%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=27.37%
G=43.48%
B=29.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071701140.3700.330.33126.6727.0454.31
Hex6BAA7225021217f1b36
Octal15325216245041411773366
Binary11010111010101011100101001010100001100001111111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,170,114); }

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

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

 a { background-color: rgb(107,170,114); }

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

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

 span { border-color: rgb(107,170,114); }

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