Html Css Color HEX #64A145 Apple

📋 copy color: '#64A145'

red 100 ◦ green 161 ◦ blue 69

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

Shades of Apple #64A145

Tints of Apple #64A145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.91%

R = 30.3%
G = 48.79%
B = 20.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#64A145 (or 0x64A145) is known color: Apple. HEX triplet: 64, A1 and 45. RGB value is (100,161,69). Sum of RGB (Red+Green+Blue) = 100+161+69=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 161 - color contains mainly: green. Hex color #64A145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A145 is #9B5EBA. Grayscale: #848484. Windows color (decimal): -10182331 or 4563300. OLE color: 4563300.

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

Color convert

RGB 100 161 69 -
CMYK 0.38 0 0.57 0.37
HSL 99.78º 0.4% 0.45% -
HSV(B) 99.78º 0.57% 0.63% -
XYZ 19.07 28.63 10.15 -
YUV 132.27 92.29 104.98 -
System Red Green Blue C M Y K H S L
Decimal 100 161 69 0.38 0 0.57 0.37 99.78 0.4 0.45
Hex 64 A1 45 26 0 39 25 64 28 2D
Octal 144 241 105 46 0 71 45 144 50 55
Binary 1100100 10100001 1000101 100110 0 111001 100101 1100100 101000 101101

Color Harmonies of #64A145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A145

Black with #64A145

Text Example


Text Example

White with #64A145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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