Html Css Color HEX #64AC75 Fern

📋 copy color: '#64AC75'

red 100 ◦ green 172 ◦ blue 117

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

Shades of Fern #64AC75

Tints of Fern #64AC75

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.22%

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 25.71%
G = 44.22%
B = 30.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#64AC75 (or 0x64AC75) is known color: Fern. HEX triplet: 64, AC and 75. RGB value is (100,172,117). Sum of RGB (Red+Green+Blue) = 100+172+117=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC75 is #9B538A. Grayscale: #909090. Windows color (decimal): -10179467 or 7711844. OLE color: 7711844.

HSL color Cylindrical-coordinate representation of color #64AC75: hue angle of 134.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AC75 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 172 117 -
CMYK 0.42 0 0.32 0.33
HSL 134.17º 0.3% 0.53% -
HSV(B) 134.17º 0.42% 0.67% -
XYZ 23.22 33.5 22.07 -
YUV 144.2 112.65 96.47 -
System Red Green Blue C M Y K H S L
Decimal 100 172 117 0.42 0 0.32 0.33 134.17 0.3 0.53
Hex 64 AC 75 2A 0 20 21 86 1E 35
Octal 144 254 165 52 0 40 41 206 36 65
Binary 1100100 10101100 1110101 101010 0 100000 100001 10000110 11110 110101

Color Harmonies of #64AC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AC75

Black with #64AC75

Text Example


Text Example

White with #64AC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,172,117); }

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

background-color css

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

 a { background-color: rgb(100,172,117); }

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

border-color css

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

 span { border-color: rgb(100,172,117); }

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