Html Css Color HEX #64A143 Apple

📋 copy color: '#64A143'

red 100 ◦ green 161 ◦ blue 67

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

Shades of Apple #64A143

Tints of Apple #64A143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.43%

R = 30.49%
G = 49.09%
B = 20.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#64A143 (or 0x64A143) is known color: Apple. HEX triplet: 64, A1 and 43. RGB value is (100,161,67). Sum of RGB (Red+Green+Blue) = 100+161+67=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #64A143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A143 is #9B5EBC. Grayscale: #848484. Windows color (decimal): -10182333 or 4432228. OLE color: 4432228.

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

Color convert

RGB 100 161 67 -
CMYK 0.38 0 0.58 0.37
HSL 98.94º 0.41% 0.45% -
HSV(B) 98.94º 0.58% 0.63% -
XYZ 19.01 28.6 9.83 -
YUV 132.05 91.29 105.14 -
System Red Green Blue C M Y K H S L
Decimal 100 161 67 0.38 0 0.58 0.37 98.94 0.41 0.45
Hex 64 A1 43 26 0 3A 25 63 29 2D
Octal 144 241 103 46 0 72 45 143 51 55
Binary 1100100 10100001 1000011 100110 0 111010 100101 1100011 101001 101101

Color Harmonies of #64A143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A143

Black with #64A143

Text Example


Text Example

White with #64A143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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