#64B75C

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

Shades of Fern #64B75C

Tints of Fern #64B75C

Color information

#64B75C (or 0x64B75C) is unknown color: approx Fern. HEX triplet: 64, B7 and 5C. RGB value is (100,183,92). Sum of RGB (Red+Green+Blue) = 100+183+92=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #64B75C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B75C is #9B48A3. Grayscale: #949494. Windows color (decimal): -10176676 or 6076260. OLE color: 6076260.

HSL color Cylindrical-coordinate representation of color #64B75C: hue angle of 114.73º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64B75C is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB10018392-
CMYK0.4500.500.28
HSL114.73º38.72%53.92%-
HSV(B)114.73º49.73%71.76%-
XYZ24.1237.3516.06-
YUV147.8196.593.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 183 (71.88% from 255) = 48.8%
BLUE value IS 92 (36.33% from 255) = 24.53%
R=26.67%
G=48.8%
B=24.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal100183920.4500.500.28114.7338.7253.92
Hex64B75C2D0321C732736
Octal14426713455062341634766
Binary11001001011011110111001011010110010111001110011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,183,92); }

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

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

 a { background-color: rgb(100,183,92); }

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

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

 span { border-color: rgb(100,183,92); }

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