#6FB964

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

Shades of Fern #6FB964

Tints of Fern #6FB964

Color information

#6FB964 (or 0x6FB964) is unknown color: approx Fern. HEX triplet: 6F, B9 and 64. RGB value is (111,185,100). Sum of RGB (Red+Green+Blue) = 111+185+100=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #6FB964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB964 is #90469B. Grayscale: #999999. Windows color (decimal): -9455260 or 6601071. OLE color: 6601071.

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

Color convert

RGB111185100-
CMYK0.400.460.27
HSL112.24º37.78%55.88%-
HSV(B)112.24º45.95%72.55%-
XYZ26.23918.2-
YUV153.1897.9897.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.03%
GREEN value IS 185 (72.66% from 255) = 46.72%
BLUE value IS 100 (39.45% from 255) = 25.25%
R=28.03%
G=46.72%
B=25.25%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111851000.400.460.27112.2437.7855.88
Hex6FB9642802E1B702638
Octal15727114450056331604670
Binary11011111011100111001001010000101110110111110000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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