#6BAF6C

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

Shades of Fern #6BAF6C

Tints of Fern #6BAF6C

Color information

#6BAF6C (or 0x6BAF6C) is unknown color: approx Fern. HEX triplet: 6B, AF and 6C. RGB value is (107,175,108). Sum of RGB (Red+Green+Blue) = 107+175+108=390 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.44% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAF6C is #945093. Grayscale: #939393. Windows color (decimal): -9719956 or 7122795. OLE color: 7122795.

HSL color Cylindrical-coordinate representation of color #6BAF6C: hue angle of 120.88º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BAF6C is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB107175108-
CMYK0.3900.380.31
HSL120.88º29.82%55.29%-
HSV(B)120.88º38.86%68.63%-
XYZ24.134.8719.65-
YUV147.03105.9799.45-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.44%
GREEN value IS 175 (68.75% from 255) = 44.87%
BLUE value IS 108 (42.58% from 255) = 27.69%
R=27.44%
G=44.87%
B=27.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071751080.3900.380.31120.8829.8255.29
Hex6BAF6C270261F791e37
Octal15325715447046371713667
Binary1101011101011111101100100111010011011111111100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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