#6BAF6F

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

Shades of Fern #6BAF6F

Tints of Fern #6BAF6F

Color information

#6BAF6F (or 0x6BAF6F) is unknown color: approx Fern. HEX triplet: 6B, AF and 6F. RGB value is (107,175,111). Sum of RGB (Red+Green+Blue) = 107+175+111=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAF6F is #945090. Grayscale: #939393. Windows color (decimal): -9719953 or 7319403. OLE color: 7319403.

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

Color convert

RGB107175111-
CMYK0.3900.370.31
HSL123.53º29.82%55.29%-
HSV(B)123.53º38.86%68.63%-
XYZ24.2634.9320.5-
YUV147.37107.4799.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.23%
GREEN value IS 175 (68.75% from 255) = 44.53%
BLUE value IS 111 (43.75% from 255) = 28.24%
R=27.23%
G=44.53%
B=28.24%

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
Decimal1071751110.3900.370.31123.5329.8255.29
Hex6BAF6F270251F7c1e37
Octal15325715747045371743667
Binary1101011101011111101111100111010010111111111110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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