Html Css Color HEX #64A451 Apple

📋 copy color: '#64A451'

red 100 ◦ green 164 ◦ blue 81

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

Shades of Apple #64A451

Tints of Apple #64A451

RGB

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

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

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

R = 28.99%
G = 47.54%
B = 23.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#64A451 (or 0x64A451) is known color: Apple. HEX triplet: 64, A4 and 51. RGB value is (100,164,81). Sum of RGB (Red+Green+Blue) = 100+164+81=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 164 - color contains mainly: green. Hex color #64A451 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A451 is #9B5BAE. Grayscale: #878787. Windows color (decimal): -10181551 or 5350500. OLE color: 5350500.

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

Color convert

RGB 100 164 81 -
CMYK 0.39 0 0.51 0.36
HSL 106.27º 0.34% 0.48% -
HSV(B) 106.27º 0.51% 0.64% -
XYZ 20.02 29.85 12.49 -
YUV 135.4 97.3 102.75 -
System Red Green Blue C M Y K H S L
Decimal 100 164 81 0.39 0 0.51 0.36 106.27 0.34 0.48
Hex 64 A4 51 27 0 33 24 6A 22 30
Octal 144 244 121 47 0 63 44 152 42 60
Binary 1100100 10100100 1010001 100111 0 110011 100100 1101010 100010 110000

Color Harmonies of #64A451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A451

Black with #64A451

Text Example


Text Example

White with #64A451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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