Html Css Color HEX #64AE68 Fern

📋 copy color: '#64AE68'

red 100 ◦ green 174 ◦ blue 104

#64AE68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #64AE68

Tints of Fern #64AE68

RGB

 RED value IS 100 (39.45% from 255) = 26.46%

 GREEN value IS 174 (68.36% from 255) = 46.03%

 BLUE value IS 104 (41.02% from 255) = 27.51%

R = 26.46%
G = 46.03%
B = 27.51%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#64AE68 (or 0x64AE68) is known color: Fern. HEX triplet: 64, AE and 68. RGB value is (100,174,104). Sum of RGB (Red+Green+Blue) = 100+174+104=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AE68 is #9B5197. Grayscale: #909090. Windows color (decimal): -10178968 or 6860388. OLE color: 6860388.

HSL color Cylindrical-coordinate representation of color #64AE68: hue angle of 123.24º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AE68 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 174 104 -
CMYK 0.43 0 0.40 0.32
HSL 123.24º 0.31% 0.54% -
HSV(B) 123.24º 0.43% 0.68% -
XYZ 22.89 33.98 18.45 -
YUV 143.89 105.48 96.69 -
System Red Green Blue C M Y K H S L
Decimal 100 174 104 0.43 0 0.40 0.32 123.24 0.31 0.54
Hex 64 AE 68 2B 0 28 20 7B 1F 36
Octal 144 256 150 53 0 50 40 173 37 66
Binary 1100100 10101110 1101000 101011 0 101000 100000 1111011 11111 110110

Color Harmonies of #64AE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AE68

Black with #64AE68

Text Example


Text Example

White with #64AE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,174,104); }

 H1.HeaderClassName
 {
   color: #64AE68;
 }
 .AnyTagClassName
 {
   color: #64AE68;
 }
</style>

background-color css

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

 a { background-color: rgb(100,174,104); }

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

border-color css

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

 span { border-color: rgb(100,174,104); }

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