#6BAF6E

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

Shades of Fern #6BAF6E

Tints of Fern #6BAF6E

Color information

#6BAF6E (or 0x6BAF6E) is unknown color: approx Fern. HEX triplet: 6B, AF and 6E. RGB value is (107,175,110). Sum of RGB (Red+Green+Blue) = 107+175+110=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAF6E is #945091. Grayscale: #939393. Windows color (decimal): -9719954 or 7253867. OLE color: 7253867.

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

Color convert

RGB107175110-
CMYK0.3900.370.31
HSL122.65º29.82%55.29%-
HSV(B)122.65º38.86%68.63%-
XYZ24.2134.9120.21-
YUV147.26106.9799.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.30%
GREEN value IS 175 (68.75% from 255) = 44.64%
BLUE value IS 110 (43.36% from 255) = 28.06%
R=27.30%
G=44.64%
B=28.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071751100.3900.370.31122.6529.8255.29
Hex6BAF6E270251F7b1e37
Octal15325715647045371733667
Binary1101011101011111101110100111010010111111111101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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