#6BAE76

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

Shades of Fern #6BAE76

Tints of Fern #6BAE76

Color information

#6BAE76 (or 0x6BAE76) is unknown color: approx Fern. HEX triplet: 6B, AE and 76. RGB value is (107,174,118). Sum of RGB (Red+Green+Blue) = 107+174+118=399 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.82% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAE76 is #945189. Grayscale: #939393. Windows color (decimal): -9720202 or 7777899. OLE color: 7777899.

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

Color convert

RGB107174118-
CMYK0.3900.320.32
HSL129.85º29.26%55.1%-
HSV(B)129.85º38.51%68.24%-
XYZ24.4734.7122.55-
YUV147.58111.399.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.82%
GREEN value IS 174 (68.36% from 255) = 43.61%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=26.82%
G=43.61%
B=29.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071741180.3900.320.32129.8529.2655.1
Hex6BAE762702020821d37
Octal15325616647040402023567
Binary110101110101110111011010011101000001000001000001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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