Html Css Color HEX #64A46B Fern

📋 copy color: '#64A46B'

red 100 ◦ green 164 ◦ blue 107

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

Shades of Fern #64A46B

Tints of Fern #64A46B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.2%

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

R = 26.95%
G = 44.2%
B = 28.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#64A46B (or 0x64A46B) is known color: Fern. HEX triplet: 64, A4 and 6B. RGB value is (100,164,107). Sum of RGB (Red+Green+Blue) = 100+164+107=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #64A46B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A46B is #9B5B94. Grayscale: #8A8A8A. Windows color (decimal): -10181525 or 7054436. OLE color: 7054436.

HSL color Cylindrical-coordinate representation of color #64A46B: hue angle of 126.56º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A46B is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 164 107 -
CMYK 0.39 0 0.35 0.36
HSL 126.56º 0.26% 0.52% -
HSV(B) 126.56º 0.39% 0.64% -
XYZ 21.18 30.32 18.65 -
YUV 138.37 110.3 100.63 -
System Red Green Blue C M Y K H S L
Decimal 100 164 107 0.39 0 0.35 0.36 126.56 0.26 0.52
Hex 64 A4 6B 27 0 23 24 7F 1A 34
Octal 144 244 153 47 0 43 44 177 32 64
Binary 1100100 10100100 1101011 100111 0 100011 100100 1111111 11010 110100

Color Harmonies of #64A46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A46B

Black with #64A46B

Text Example


Text Example

White with #64A46B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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