#64B746

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

Shades of Apple #64B746

Tints of Apple #64B746

Color information

#64B746 (or 0x64B746) is unknown color: approx Apple. HEX triplet: 64, B7 and 46. RGB value is (100,183,70). Sum of RGB (Red+Green+Blue) = 100+183+70=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #64B746 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B746 is #9B48B9. Grayscale: #919191. Windows color (decimal): -10176698 or 4634468. OLE color: 4634468.

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

Color convert

RGB10018370-
CMYK0.4500.620.28
HSL104.07º44.66%49.61%-
HSV(B)104.07º61.75%71.76%-
XYZ23.2937.0211.71-
YUV145.385.595.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.33%
GREEN value IS 183 (71.88% from 255) = 51.84%
BLUE value IS 70 (27.73% from 255) = 19.83%
R=28.33%
G=51.84%
B=19.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal100183700.4500.620.28104.0744.6649.61
Hex64B7462D03E1C682d32
Octal14426710655076341505562
Binary11001001011011110001101011010111110111001101000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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