#64BB6B

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

Shades of Fern #64BB6B

Tints of Fern #64BB6B

Color information

#64BB6B (or 0x64BB6B) is unknown color: approx Fern. HEX triplet: 64, BB and 6B. RGB value is (100,187,107). Sum of RGB (Red+Green+Blue) = 100+187+107=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BB6B is #9B4494. Grayscale: #989898. Windows color (decimal): -10175637 or 7060324. OLE color: 7060324.

HSL color Cylindrical-coordinate representation of color #64BB6B: hue angle of 124.83º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BB6B is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB100187107-
CMYK0.4700.430.27
HSL124.83º39.01%56.27%-
HSV(B)124.83º46.52%73.33%-
XYZ25.6839.3120.14-
YUV151.87102.6891-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.38%
GREEN value IS 187 (73.44% from 255) = 47.46%
BLUE value IS 107 (42.19% from 255) = 27.16%
R=25.38%
G=47.46%
B=27.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001871070.4700.430.27124.8339.0156.27
Hex64BB6B2F02B1B7d2738
Octal14427315357053331754770
Binary11001001011101111010111011110101011110111111101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64BB6B; }

 p { color: rgb(100,187,107); }

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

<style>
 a { background-color: #64BB6B; }

 a { background-color: rgb(100,187,107); }

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

<style>
 span { border-color: #64BB6B; }

 span { border-color: rgb(100,187,107); }

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