Html Css Color HEX #64AD69 Fern

📋 copy color: '#64AD69'

red 100 ◦ green 173 ◦ blue 105

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

Shades of Fern #64AD69

Tints of Fern #64AD69

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.77%

 BLUE value IS 105 (41.41% from 255) = 27.78%

R = 26.46%
G = 45.77%
B = 27.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#64AD69 (or 0x64AD69) is known color: Fern. HEX triplet: 64, AD and 69. RGB value is (100,173,105). Sum of RGB (Red+Green+Blue) = 100+173+105=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AD69 is #9B5296. Grayscale: #8F8F8F. Windows color (decimal): -10179223 or 6925668. OLE color: 6925668.

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

Color convert

RGB 100 173 105 -
CMYK 0.42 0 0.39 0.32
HSL 124.11º 0.31% 0.54% -
HSV(B) 124.11º 0.42% 0.68% -
XYZ 22.75 33.62 18.65 -
YUV 143.42 106.32 97.03 -
System Red Green Blue C M Y K H S L
Decimal 100 173 105 0.42 0 0.39 0.32 124.11 0.31 0.54
Hex 64 AD 69 2A 0 27 20 7C 1F 36
Octal 144 255 151 52 0 47 40 174 37 66
Binary 1100100 10101101 1101001 101010 0 100111 100000 1111100 11111 110110

Color Harmonies of #64AD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AD69

Black with #64AD69

Text Example


Text Example

White with #64AD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,173,105); }

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

background-color css

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

 a { background-color: rgb(100,173,105); }

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

border-color css

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

 span { border-color: rgb(100,173,105); }

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