Html Css Color HEX #64A551 Apple

📋 copy color: '#64A551'

red 100 ◦ green 165 ◦ blue 81

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

Shades of Apple #64A551

Tints of Apple #64A551

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.69%

 BLUE value IS 81 (32.03% from 255) = 23.41%

R = 28.9%
G = 47.69%
B = 23.41%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#64A551 (or 0x64A551) is known color: Apple. HEX triplet: 64, A5 and 51. RGB value is (100,165,81). Sum of RGB (Red+Green+Blue) = 100+165+81=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 165 - color contains mainly: green. Hex color #64A551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A551 is #9B5AAE. Grayscale: #888888. Windows color (decimal): -10181295 or 5350756. OLE color: 5350756.

HSL color Cylindrical-coordinate representation of color #64A551: hue angle of 106.43º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64A551 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 165 81 -
CMYK 0.39 0 0.51 0.35
HSL 106.43º 0.34% 0.48% -
HSV(B) 106.43º 0.51% 0.65% -
XYZ 20.2 30.21 12.55 -
YUV 135.99 96.97 102.33 -
System Red Green Blue C M Y K H S L
Decimal 100 165 81 0.39 0 0.51 0.35 106.43 0.34 0.48
Hex 64 A5 51 27 0 33 23 6A 22 30
Octal 144 245 121 47 0 63 43 152 42 60
Binary 1100100 10100101 1010001 100111 0 110011 100011 1101010 100010 110000

Color Harmonies of #64A551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A551

Black with #64A551

Text Example


Text Example

White with #64A551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,165,81); }

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

background-color css

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

 a { background-color: rgb(100,165,81); }

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

border-color css

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

 span { border-color: rgb(100,165,81); }

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