Html Css Color HEX #64AF88 Silver Tree

📋 copy color: '#64AF88'

red 100 ◦ green 175 ◦ blue 136

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

Shades of Silver Tree #64AF88

Tints of Silver Tree #64AF88

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.58%

 BLUE value IS 136 (53.52% from 255) = 33.09%

R = 24.33%
G = 42.58%
B = 33.09%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#64AF88 (or 0x64AF88) is known color: Silver Tree. HEX triplet: 64, AF and 88. RGB value is (100,175,136). Sum of RGB (Red+Green+Blue) = 100+175+136=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AF88 is #9B5077. Grayscale: #949494. Windows color (decimal): -10178680 or 8957796. OLE color: 8957796.

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

Color convert

RGB 100 175 136 -
CMYK 0.43 0 0.22 0.31
HSL 148.8º 0.32% 0.54% -
HSV(B) 148.8º 0.43% 0.69% -
XYZ 25.03 35.15 28.76 -
YUV 148.13 121.15 93.67 -
System Red Green Blue C M Y K H S L
Decimal 100 175 136 0.43 0 0.22 0.31 148.8 0.32 0.54
Hex 64 AF 88 2B 0 16 1F 95 20 36
Octal 144 257 210 53 0 26 37 225 40 66
Binary 1100100 10101111 10001000 101011 0 10110 11111 10010101 100000 110110

Color Harmonies of #64AF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AF88

Black with #64AF88

Text Example


Text Example

White with #64AF88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,175,136); }

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

background-color css

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

 a { background-color: rgb(100,175,136); }

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

border-color css

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

 span { border-color: rgb(100,175,136); }

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