#6BAA6E

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

Shades of Fern #6BAA6E

Tints of Fern #6BAA6E

Color information

#6BAA6E (or 0x6BAA6E) is unknown color: approx Fern. HEX triplet: 6B, AA and 6E. RGB value is (107,170,110). Sum of RGB (Red+Green+Blue) = 107+170+110=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAA6E is #945591. Grayscale: #909090. Windows color (decimal): -9721234 or 7252587. OLE color: 7252587.

HSL color Cylindrical-coordinate representation of color #6BAA6E: hue angle of 122.86º 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 #6BAA6E is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB107170110-
CMYK0.3700.350.33
HSL122.86º27.04%54.31%-
HSV(B)122.86º37.06%66.67%-
XYZ23.253319.9-
YUV144.32108.63101.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.65%
GREEN value IS 170 (66.80% from 255) = 43.93%
BLUE value IS 110 (43.36% from 255) = 28.42%
R=27.65%
G=43.93%
B=28.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071701100.3700.350.33122.8627.0454.31
Hex6BAA6E25023217b1b36
Octal15325215645043411733366
Binary11010111010101011011101001010100011100001111101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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