Html Css Color HEX #64AF5B Apple

📋 copy color: '#64AF5B'

red 100 ◦ green 175 ◦ blue 91

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

Shades of Apple #64AF5B

Tints of Apple #64AF5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.86%

R = 27.32%
G = 47.81%
B = 24.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#64AF5B (or 0x64AF5B) is known color: Apple. HEX triplet: 64, AF and 5B. RGB value is (100,175,91). Sum of RGB (Red+Green+Blue) = 100+175+91=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AF5B is #9B50A4. Grayscale: #8F8F8F. Windows color (decimal): -10178725 or 6008676. OLE color: 6008676.

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

Color convert

RGB 100 175 91 -
CMYK 0.43 0 0.48 0.31
HSL 113.57º 0.34% 0.52% -
HSV(B) 113.57º 0.48% 0.69% -
XYZ 22.47 34.12 15.3 -
YUV 143 98.65 97.33 -
System Red Green Blue C M Y K H S L
Decimal 100 175 91 0.43 0 0.48 0.31 113.57 0.34 0.52
Hex 64 AF 5B 2B 0 30 1F 72 22 34
Octal 144 257 133 53 0 60 37 162 42 64
Binary 1100100 10101111 1011011 101011 0 110000 11111 1110010 100010 110100

Color Harmonies of #64AF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AF5B

Black with #64AF5B

Text Example


Text Example

White with #64AF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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