#64B747

Color #64B747 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #64B747

Tints of Apple #64B747

Color information

#64B747 (or 0x64B747) is unknown color: approx Apple. HEX triplet: 64, B7 and 47. RGB value is (100,183,71). Sum of RGB (Red+Green+Blue) = 100+183+71=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #64B747 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B747 is #9B48B8. Grayscale: #919191. Windows color (decimal): -10176697 or 4700004. OLE color: 4700004.

HSL color Cylindrical-coordinate representation of color #64B747: hue angle of 104.46º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64B747 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB10018371-
CMYK0.4500.610.28
HSL104.46º44.09%49.8%-
HSV(B)104.46º61.2%71.76%-
XYZ23.3337.0311.88-
YUV145.428695.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.25%
GREEN value IS 183 (71.88% from 255) = 51.69%
BLUE value IS 71 (28.12% from 255) = 20.06%
R=28.25%
G=51.69%
B=20.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal100183710.4500.610.28104.4644.0949.8
Hex64B7472D03D1C682c32
Octal14426710755075341505462
Binary11001001011011110001111011010111101111001101000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,183,71); }

 H1.HeaderClassName
 {
   color: #64B747;
 }
 .AnyTagClassName
 {
   color: #64B747;
 }
</style>
background-color css

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

 a { background-color: rgb(100,183,71); }

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

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

 span { border-color: rgb(100,183,71); }

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