#6BAA73

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

Shades of Fern #6BAA73

Tints of Fern #6BAA73

Color information

#6BAA73 (or 0x6BAA73) is unknown color: approx Fern. HEX triplet: 6B, AA and 73. RGB value is (107,170,115). Sum of RGB (Red+Green+Blue) = 107+170+115=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAA73 is #94558C. Grayscale: #919191. Windows color (decimal): -9721229 or 7580267. OLE color: 7580267.

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

Color convert

RGB107170115-
CMYK0.3700.320.33
HSL127.62º27.04%54.31%-
HSV(B)127.62º37.06%66.67%-
XYZ23.5333.1121.37-
YUV144.89111.13100.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.30%
GREEN value IS 170 (66.80% from 255) = 43.37%
BLUE value IS 115 (45.31% from 255) = 29.34%
R=27.30%
G=43.37%
B=29.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071701150.3700.320.33127.6227.0454.31
Hex6BAA732502021801b36
Octal15325216345040412003366
Binary110101110101010111001110010101000001000011000000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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