#6BAE6C

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

Shades of Fern #6BAE6C

Tints of Fern #6BAE6C

Color information

#6BAE6C (or 0x6BAE6C) is unknown color: approx Fern. HEX triplet: 6B, AE and 6C. RGB value is (107,174,108). Sum of RGB (Red+Green+Blue) = 107+174+108=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAE6C is #945193. Grayscale: #929292. Windows color (decimal): -9720212 or 7122539. OLE color: 7122539.

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

Color convert

RGB107174108-
CMYK0.3900.380.32
HSL120.9º29.26%55.1%-
HSV(B)120.9º38.51%68.24%-
XYZ23.9134.4819.58-
YUV146.44106.399.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.51%
GREEN value IS 174 (68.36% from 255) = 44.73%
BLUE value IS 108 (42.58% from 255) = 27.76%
R=27.51%
G=44.73%
B=27.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071741080.3900.380.32120.929.2655.1
Hex6BAE6C2702620791d37
Octal15325615447046401713567
Binary11010111010111011011001001110100110100000111100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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