#6FB165

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

Shades of Fern #6FB165

Tints of Fern #6FB165

Color information

#6FB165 (or 0x6FB165) is unknown color: approx Fern. HEX triplet: 6F, B1 and 65. RGB value is (111,177,101). Sum of RGB (Red+Green+Blue) = 111+177+101=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #6FB165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB165 is #904E9A. Grayscale: #949494. Windows color (decimal): -9457307 or 6664559. OLE color: 6664559.

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

Color convert

RGB111177101-
CMYK0.3700.430.31
HSL112.11º32.76%54.51%-
HSV(B)112.11º42.94%69.41%-
XYZ24.6335.7617.92-
YUV148.6101.13101.18-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.53%
GREEN value IS 177 (69.53% from 255) = 45.50%
BLUE value IS 101 (39.84% from 255) = 25.96%
R=28.53%
G=45.50%
B=25.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111771010.3700.430.31112.1132.7654.51
Hex6FB1652502B1F702137
Octal15726114545053371604167
Binary11011111011000111001011001010101011111111110000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,177,101); }

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

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

 a { background-color: rgb(111,177,101); }

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

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

 span { border-color: rgb(111,177,101); }

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