#6FB965

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

Shades of Fern #6FB965

Tints of Fern #6FB965

Color information

#6FB965 (or 0x6FB965) is unknown color: approx Fern. HEX triplet: 6F, B9 and 65. RGB value is (111,185,101). Sum of RGB (Red+Green+Blue) = 111+185+101=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #6FB965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB965 is #90469A. Grayscale: #999999. Windows color (decimal): -9455259 or 6666607. OLE color: 6666607.

HSL color Cylindrical-coordinate representation of color #6FB965: hue angle of 112.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FB965 is Cyan = 0.4, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB111185101-
CMYK0.400.450.27
HSL112.86º37.5%56.08%-
HSV(B)112.86º45.41%72.55%-
XYZ26.2539.0218.46-
YUV153.398.4897.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.96%
GREEN value IS 185 (72.66% from 255) = 46.60%
BLUE value IS 101 (39.84% from 255) = 25.44%
R=27.96%
G=46.60%
B=25.44%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111851010.400.450.27112.8637.556.08
Hex6FB9652802D1B712638
Octal15727114550055331614670
Binary11011111011100111001011010000101101110111110001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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