#6CB964

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

Shades of Fern #6CB964

Tints of Fern #6CB964

Color information

#6CB964 (or 0x6CB964) is unknown color: approx Fern. HEX triplet: 6C, B9 and 64. RGB value is (108,185,100). Sum of RGB (Red+Green+Blue) = 108+185+100=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 185 - color contains mainly: green. Hex color #6CB964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB964 is #93469B. Grayscale: #989898. Windows color (decimal): -9651868 or 6601068. OLE color: 6601068.

HSL color Cylindrical-coordinate representation of color #6CB964: hue angle of 114.35º 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 #6CB964 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB108185100-
CMYK0.4200.460.27
HSL114.35º37.78%55.88%-
HSV(B)114.35º45.95%72.55%-
XYZ25.8338.8118.19-
YUV152.2998.4996.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.48%
GREEN value IS 185 (72.66% from 255) = 47.07%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=27.48%
G=47.07%
B=25.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1081851000.4200.460.27114.3537.7855.88
Hex6CB9642A02E1B722638
Octal15427114452056331624670
Binary11011001011100111001001010100101110110111110010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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