Html Css Color HEX #64A155 Apple

📋 copy color: '#64A155'

red 100 ◦ green 161 ◦ blue 85

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

Shades of Apple #64A155

Tints of Apple #64A155

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.53%

 BLUE value IS 85 (33.59% from 255) = 24.57%

R = 28.9%
G = 46.53%
B = 24.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#64A155 (or 0x64A155) is known color: Apple. HEX triplet: 64, A1 and 55. RGB value is (100,161,85). Sum of RGB (Red+Green+Blue) = 100+161+85=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 161 - color contains mainly: green. Hex color #64A155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A155 is #9B5EAA. Grayscale: #868686. Windows color (decimal): -10182315 or 5611876. OLE color: 5611876.

HSL color Cylindrical-coordinate representation of color #64A155: hue angle of 108.16º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64A155 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 161 85 -
CMYK 0.38 0 0.47 0.37
HSL 108.16º 0.31% 0.48% -
HSV(B) 108.16º 0.47% 0.63% -
XYZ 19.64 28.85 13.13 -
YUV 134.1 100.29 103.68 -
System Red Green Blue C M Y K H S L
Decimal 100 161 85 0.38 0 0.47 0.37 108.16 0.31 0.48
Hex 64 A1 55 26 0 2F 25 6C 1F 30
Octal 144 241 125 46 0 57 45 154 37 60
Binary 1100100 10100001 1010101 100110 0 101111 100101 1101100 11111 110000

Color Harmonies of #64A155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A155

Black with #64A155

Text Example


Text Example

White with #64A155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,161,85); }

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

background-color css

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

 a { background-color: rgb(100,161,85); }

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

border-color css

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

 span { border-color: rgb(100,161,85); }

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