#6BAE70

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

Shades of Fern #6BAE70

Tints of Fern #6BAE70

Color information

#6BAE70 (or 0x6BAE70) is unknown color: approx Fern. HEX triplet: 6B, AE and 70. RGB value is (107,174,112). Sum of RGB (Red+Green+Blue) = 107+174+112=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAE70 is #94518F. Grayscale: #939393. Windows color (decimal): -9720208 or 7384683. OLE color: 7384683.

HSL color Cylindrical-coordinate representation of color #6BAE70: hue angle of 124.48º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BAE70 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB107174112-
CMYK0.3900.360.32
HSL124.48º29.26%55.1%-
HSV(B)124.48º38.51%68.24%-
XYZ24.1234.5720.73-
YUV146.9108.399.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.23%
GREEN value IS 174 (68.36% from 255) = 44.27%
BLUE value IS 112 (44.14% from 255) = 28.50%
R=27.23%
G=44.27%
B=28.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071741120.3900.360.32124.4829.2655.1
Hex6BAE7027024207c1d37
Octal15325616047044401743567
Binary11010111010111011100001001110100100100000111110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,174,112); }

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

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

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

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

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

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

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