#6BAA6B

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

Shades of Fern #6BAA6B

Tints of Fern #6BAA6B

Color information

#6BAA6B (or 0x6BAA6B) is unknown color: approx Fern. HEX triplet: 6B, AA and 6B. RGB value is (107,170,107). Sum of RGB (Red+Green+Blue) = 107+170+107=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAA6B is #945594. Grayscale: #909090. Windows color (decimal): -9721237 or 7055979. OLE color: 7055979.

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

Color convert

RGB107170107-
CMYK0.3700.370.33
HSL120º27.04%54.31%-
HSV(B)120º37.06%66.67%-
XYZ23.0932.9419.05-
YUV143.98107.13101.62-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.86%
GREEN value IS 170 (66.80% from 255) = 44.27%
BLUE value IS 107 (42.19% from 255) = 27.86%
R=27.86%
G=44.27%
B=27.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071701070.3700.370.3312027.0454.31
Hex6BAA6B2502521781b36
Octal15325215345045411703366
Binary11010111010101011010111001010100101100001111100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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