Html Css Color HEX #64AC6B Fern

📋 copy color: '#64AC6B'

red 100 ◦ green 172 ◦ blue 107

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

Shades of Fern #64AC6B

Tints of Fern #64AC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.23%

R = 26.39%
G = 45.38%
B = 28.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#64AC6B (or 0x64AC6B) is known color: Fern. HEX triplet: 64, AC and 6B. RGB value is (100,172,107). Sum of RGB (Red+Green+Blue) = 100+172+107=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC6B is #9B5394. Grayscale: #8F8F8F. Windows color (decimal): -10179477 or 7056484. OLE color: 7056484.

HSL color Cylindrical-coordinate representation of color #64AC6B: hue angle of 125.83º 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 #64AC6B is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 172 107 -
CMYK 0.42 0 0.38 0.33
HSL 125.83º 0.3% 0.53% -
HSV(B) 125.83º 0.42% 0.67% -
XYZ 22.66 33.28 19.14 -
YUV 143.06 107.65 97.29 -
System Red Green Blue C M Y K H S L
Decimal 100 172 107 0.42 0 0.38 0.33 125.83 0.3 0.53
Hex 64 AC 6B 2A 0 26 21 7E 1E 35
Octal 144 254 153 52 0 46 41 176 36 65
Binary 1100100 10101100 1101011 101010 0 100110 100001 1111110 11110 110101

Color Harmonies of #64AC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AC6B

Black with #64AC6B

Text Example


Text Example

White with #64AC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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